php cs fixes

This commit is contained in:
Dennis Eichhorn 2019-06-15 19:18:36 +02:00
parent bfcb518d8f
commit 26b5645527
2 changed files with 5 additions and 4 deletions

View File

@ -15,11 +15,11 @@ declare(strict_types=1);
namespace Modules\Search\Controller;
use phpOMS\ApplicationAbstract;
use phpOMS\Router\Router;
use phpOMS\Message\NotificationLevel;
use phpOMS\Message\RequestAbstract;
use phpOMS\Message\ResponseAbstract;
use phpOMS\Router\Router;
use phpOMS\System\MimeType;
use phpOMS\Message\NotificationLevel;
/**
* Api controller

View File

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