diff --git a/Controller.php b/Controller.php index 1540285..84db345 100644 --- a/Controller.php +++ b/Controller.php @@ -37,7 +37,7 @@ class Controller extends ModuleAbstract implements WebInterface /** * Module path. * - * @var \string + * @var string * @since 1.0.0 */ const MODULE_PATH = __DIR__; @@ -45,7 +45,7 @@ class Controller extends ModuleAbstract implements WebInterface /** * Module version. * - * @var \string + * @var string * @since 1.0.0 */ const MODULE_VERSION = '1.0.0'; @@ -53,7 +53,7 @@ class Controller extends ModuleAbstract implements WebInterface /** * JavaScript files. * - * @var \string[] + * @var string[] * @since 1.0.0 */ public static $js = [ @@ -63,7 +63,7 @@ class Controller extends ModuleAbstract implements WebInterface /** * CSS files. * - * @var \string[] + * @var string[] * @since 1.0.0 */ public static $css = [ @@ -72,7 +72,7 @@ class Controller extends ModuleAbstract implements WebInterface /** * Module name. * - * @var \string + * @var string * @since 1.0.0 */ const MODULE_NAME = 'MyPrivate'; @@ -80,7 +80,7 @@ class Controller extends ModuleAbstract implements WebInterface /** * Localization files. * - * @var \string + * @var string * @since 1.0.0 */ protected static $localization = [ @@ -89,7 +89,7 @@ class Controller extends ModuleAbstract implements WebInterface /** * Providing. * - * @var \string[] + * @var string[] * @since 1.0.0 */ protected static $providing = [ @@ -98,7 +98,7 @@ class Controller extends ModuleAbstract implements WebInterface /** * Dependencies. * - * @var \string[] + * @var string[] * @since 1.0.0 */ protected static $dependencies = [