diff --git a/Dispatcher/Dispatcher.php b/Dispatcher/Dispatcher.php index f34f2a583..128411f18 100644 --- a/Dispatcher/Dispatcher.php +++ b/Dispatcher/Dispatcher.php @@ -140,7 +140,6 @@ final class Dispatcher */ private function dispatchArray(array $controller, array $data = null) : array { - $views = []; foreach ($controller as $controllerSingle) { if ($data === null) {