'public static final' is correct
[core.git] / inc / classes / main / resolver / command / web / class_WebCommandResolver.php
index 6efd22830f9fa7626da6761f847cedc81d35a5a8..fd51fc38977dc83236072d22787a59d9460e8122 100644 (file)
@@ -49,7 +49,7 @@ class WebCommandResolver extends BaseCommandResolver implements CommandResolver
         * @throws      EmptyVariableException          Thrown if default command is not set
         * @throws      InvalidCommandException         Thrown if default command is invalid
         */
-       public final static function createWebCommandResolver ($commandName, ManageableApplication $appInstance) {
+       public static final function createWebCommandResolver ($commandName, ManageableApplication $appInstance) {
                // Create the new instance
                $resolverInstance = new WebCommandResolver();