source = $this->getSourceContext(); $this->parent = false; $this->blocks = [ ]; } protected function doDisplay(array $context, array $blocks = []) { $macros = $this->macros; // line 1 yield " "; return; yield ''; } /** * @codeCoverageIgnore */ public function getTemplateName() { return "javascript/redirect.twig"; } /** * @codeCoverageIgnore */ public function isTraitable() { return false; } /** * @codeCoverageIgnore */ public function getDebugInfo() { return array ( 42 => 3, 38 => 1,); } public function getSourceContext() { return new Source("", "javascript/redirect.twig", "/usr/share/phpMyAdmin-5.2/templates/javascript/redirect.twig"); } }