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

RouteNotFoundStrategy : sabotaaaaage !

parent 7b85a732
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;
                }