From 5a865a51609f6b7a87d708152c8291e82e91886e Mon Sep 17 00:00:00 2001 From: Dennis Eichhorn Date: Sat, 23 Jan 2016 10:17:21 +0100 Subject: [PATCH] Remove namespace from scalars --- Controller.php | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) 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 = [