'public static final' is correct
[core.git] / inc / classes / main / commands / web / class_WebStatusCommand.php
index 646b46130dddcc28b2fc9816f726625a0be16120..e9c6d9ca13af7cd87e00e5649307677bd26d1f2d 100644 (file)
@@ -38,7 +38,7 @@ class WebStatusCommand 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 createWebStatusCommand (CommandResolver $resolverInstance) {
+       public static final function createWebStatusCommand (CommandResolver $resolverInstance) {
                // Get new instance
                $commandInstance = new WebStatusCommand();