Loading src/View/RouteNotFoundStrategy.php +6 −2 Original line number Diff line number Diff line Loading @@ -313,7 +313,9 @@ class RouteNotFoundStrategy extends AbstractListenerAggregate $tableCols = 2; $tableType = 1; if (!is_array($table)) { $table = []; } $table[] = [$a, $b]; continue; } Loading @@ -334,7 +336,9 @@ class RouteNotFoundStrategy extends AbstractListenerAggregate $tableCols = $count; $tableType = 2; if (!is_array($table)) { $table = []; } $table[] = $b; continue; } Loading Loading
src/View/RouteNotFoundStrategy.php +6 −2 Original line number Diff line number Diff line Loading @@ -313,7 +313,9 @@ class RouteNotFoundStrategy extends AbstractListenerAggregate $tableCols = 2; $tableType = 1; if (!is_array($table)) { $table = []; } $table[] = [$a, $b]; continue; } Loading @@ -334,7 +336,9 @@ class RouteNotFoundStrategy extends AbstractListenerAggregate $tableCols = $count; $tableType = 2; if (!is_array($table)) { $table = []; } $table[] = $b; continue; } Loading