diff --git a/src/View/RouteNotFoundStrategy.php b/src/View/RouteNotFoundStrategy.php
index 5bc0d1b9d55d47f1bff8dce1a2c9c0d18caf3b8a..8629ba03819061392704384ff29d28190633bc50 100644
--- a/src/View/RouteNotFoundStrategy.php
+++ b/src/View/RouteNotFoundStrategy.php
@@ -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;
}