Remove empty line

This commit is contained in:
Dennis Eichhorn 2018-09-29 08:10:41 +02:00
parent e9f1adc699
commit 6766ed562a

View File

@ -140,7 +140,6 @@ final class Dispatcher
*/
private function dispatchArray(array $controller, array $data = null) : array
{
$views = [];
foreach ($controller as $controllerSingle) {
if ($data === null) {