Commit ff9f1bb9 authored by Bertrand Gauthier's avatar Bertrand Gauthier
Browse files

Merge branch 'release_6.1.1' into 'main'

RouteNotFoundStrategy : sabotaaaaage !

See merge request !1
parents 7b85a732 ebfb84d5
Loading
Loading
Loading
Loading
Loading
+6 −2
Original line number Diff line number Diff line
@@ -313,7 +313,9 @@ class RouteNotFoundStrategy extends AbstractListenerAggregate

                    $tableCols = 2;
                    $tableType = 1;
                    if (!is_array($table)) {
                        $table = [];
                    }
                    $table[]   = [$a, $b];
                    continue;
                }
@@ -334,7 +336,9 @@ class RouteNotFoundStrategy extends AbstractListenerAggregate

                    $tableCols = $count;
                    $tableType = 2;
                    if (!is_array($table)) {
                        $table = [];
                    }
                    $table[]   = $b;
                    continue;
                }