]> git.mxchange.org Git - core.git/blobdiff - inc/classes/main/commands/web/class_WebLoginAreaCommand.php
'public static final' is correct
[core.git] / inc / classes / main / commands / web / class_WebLoginAreaCommand.php
index 2c82a34c65907140fe06549adcde506b514ee85a..dad825a8b055a474ce8208ba5a475da01ab854b2 100644 (file)
@@ -43,7 +43,7 @@ class WebLoginAreaCommand extends BaseCommand implements Commandable {
         * @param       $resolverInstance       An instance of a command resolver class
         * @return      $commandInstance        An instance a prepared command class
         */
-       public final static function createWebLoginAreaCommand (CommandResolver $resolverInstance) {
+       public static final function createWebLoginAreaCommand (CommandResolver $resolverInstance) {
                // Get new instance
                $commandInstance = new WebLoginAreaCommand();