All empty double-quoted strings replaced with single-quotes
[core.git] / inc / classes / main / resolver / command / class_BaseCommandResolver.php
index 8f924ad11acaa521da1375ee15eceae7a7486460..fc662c3aa1cb048a8ac7cc1ed72ba3edcdf10b36 100644 (file)
@@ -25,12 +25,12 @@ class BaseCommandResolver extends BaseResolver {
        /**
         * Prefix for local, remote or other resolver
         */
-       private $commandPrefix = "";
+       private $commandPrefix = '';
 
        /**
         * Validated command name
         */
-       private $commandName = "";
+       private $commandName = '';
 
        /**
         * Protected constructor