Skip to content
Snippets Groups Projects
Commit d1ad9321 authored by Laurent Lecluse's avatar Laurent Lecluse
Browse files

php82

parent 4170e6dd
Branches
Tags
No related merge requests found
Pipeline #24278 failed
......@@ -313,6 +313,7 @@ class RouteNotFoundStrategy extends AbstractListenerAggregate
$tableCols = 2;
$tableType = 1;
$table = [];
$table[] = [$a, $b];
continue;
}
......@@ -333,6 +334,7 @@ class RouteNotFoundStrategy extends AbstractListenerAggregate
$tableCols = $count;
$tableType = 2;
$table = [];
$table[] = $b;
continue;
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment