autofixes

This commit is contained in:
Dennis Eichhorn 2020-11-24 18:44:22 +01:00
parent 377aeba006
commit d3d9e9803b

View File

@ -1,4 +1,5 @@
<?php return [
<?php declare(strict_types=1);
return [
'^:help .*$' => [
0 => [
'dest' => '\Modules\Help\Controller\SearchController:searchHelp',