'public static final' is correct
[shipsimu.git] / application / ship-simu / main / resolver / web / class_WebCompanyCommandResolver.php
index c560d4f713aba5394ad9074581b59c4a563b44f5..0b2908d38f0c1e345ff0dacba2e8fde3708520d9 100644 (file)
@@ -49,7 +49,7 @@ class WebCompanyCommandResolver extends BaseCommandResolver implements CommandRe
         * @throws      EmptyVariableException          Thrown if default command is not set
         * @throws      InvalidInterfaceException       Thrown if command does not implement interface Commandable
         */
-       public final static function createWebCompanyCommandResolver ($commandName, ManageableApplication $appInstance) {
+       public static final function createWebCompanyCommandResolver ($commandName, ManageableApplication $appInstance) {
                // Create the new instance
                $resolverInstance = new WebCompanyCommandResolver();