automated phpcs fixes

This commit is contained in:
Dennis Eichhorn 2023-05-31 13:21:48 +00:00
parent befbec98b1
commit 4ba28c3841

View File

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