Commit d1ad9321 authored by Laurent Lecluse's avatar Laurent Lecluse
Browse files

php82

parent 4170e6dd
Loading
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -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;
                }