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