From 5c9ac884515addfc68eb178b57d4c137e314366f Mon Sep 17 00:00:00 2001 From: Dennis Eichhorn Date: Sun, 26 Jan 2020 12:27:56 +0100 Subject: [PATCH] phpcs fix --- Controller/Controller.php | 12 ++++++------ SearchCommands.php | 5 +++-- 2 files changed, 9 insertions(+), 8 deletions(-) diff --git a/Controller/Controller.php b/Controller/Controller.php index bbe4cd5..c533dcb 100644 --- a/Controller/Controller.php +++ b/Controller/Controller.php @@ -31,7 +31,7 @@ class Controller extends ModuleAbstract implements WebInterface /** * Module path. * - * @var string + * @var string * @since 1.0.0 */ public const MODULE_PATH = __DIR__ . '/../'; @@ -39,7 +39,7 @@ class Controller extends ModuleAbstract implements WebInterface /** * Module version. * - * @var string + * @var string * @since 1.0.0 */ public const MODULE_VERSION = '1.0.0'; @@ -47,7 +47,7 @@ class Controller extends ModuleAbstract implements WebInterface /** * Module name. * - * @var string + * @var string * @since 1.0.0 */ public const MODULE_NAME = 'Search'; @@ -55,7 +55,7 @@ class Controller extends ModuleAbstract implements WebInterface /** * Module id. * - * @var int + * @var int * @since 1.0.0 */ public const MODULE_ID = 1007600000; @@ -63,7 +63,7 @@ class Controller extends ModuleAbstract implements WebInterface /** * Providing. * - * @var string[] + * @var string[] * @since 1.0.0 */ protected static array $providing = [ @@ -72,7 +72,7 @@ class Controller extends ModuleAbstract implements WebInterface /** * Dependencies. * - * @var string[] + * @var string[] * @since 1.0.0 */ protected static array $dependencies = []; diff --git a/SearchCommands.php b/SearchCommands.php index bfdc29a..7cd030d 100644 --- a/SearchCommands.php +++ b/SearchCommands.php @@ -1,4 +1,5 @@ - [ 0 => [ 'dest' => '\Modules\Help\Controller\SearchController:searchHelp', @@ -43,4 +44,4 @@ ], ], ], -]; \ No newline at end of file +];