]> git.mxchange.org Git - core.git/blobdiff - inc/classes/main/resolver/command/web/class_WebCommandResolver.php
All empty double-quoted strings replaced with single-quotes
[core.git] / inc / classes / main / resolver / command / web / class_WebCommandResolver.php
index ffcd702770e7bcce30a98e4bedfcb35a9457d692..f61f0cddd62ed159d1ec604abf32f6e6bb946e74 100644 (file)
@@ -82,7 +82,7 @@ class WebCommandResolver extends BaseCommandResolver implements CommandResolver
         */
        public function resolveCommandByRequest (Requestable $requestInstance) {
                // Init variables
         */
        public function resolveCommandByRequest (Requestable $requestInstance) {
                // Init variables
-               $commandName = "";
+               $commandName = '';
                $commandInstance = null;
 
                // This goes fine so let's resolv the command
                $commandInstance = null;
 
                // This goes fine so let's resolv the command