diff --git a/Controller.php b/Controller.php index 67a92f6..cc5e132 100644 --- a/Controller.php +++ b/Controller.php @@ -35,7 +35,7 @@ class Controller extends ModuleAbstract implements WebInterface /** * Module path. * - * @var \string + * @var string * @since 1.0.0 */ const MODULE_PATH = __DIR__; @@ -43,7 +43,7 @@ class Controller extends ModuleAbstract implements WebInterface /** * Module version. * - * @var \string + * @var string * @since 1.0.0 */ const MODULE_VERSION = '1.0.0'; @@ -51,7 +51,7 @@ class Controller extends ModuleAbstract implements WebInterface /** * Module name. * - * @var \string + * @var string * @since 1.0.0 */ const MODULE_NAME = 'MyTools'; @@ -59,7 +59,7 @@ class Controller extends ModuleAbstract implements WebInterface /** * Localization files. * - * @var \string[] + * @var string[] * @since 1.0.0 */ protected static $localization = [ @@ -68,7 +68,7 @@ class Controller extends ModuleAbstract implements WebInterface /** * Providing. * - * @var \string[] + * @var string[] * @since 1.0.0 */ protected static $providing = [ @@ -77,7 +77,7 @@ class Controller extends ModuleAbstract implements WebInterface /** * Dependencies. * - * @var \string[] + * @var string[] * @since 1.0.0 */ protected static $dependencies = [