autofixes

This commit is contained in:
Dennis Eichhorn 2023-08-30 12:08:10 +00:00
parent ee5362e6d1
commit 1db55bcd1e

View File

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