]> git.mxchange.org Git - core.git/blobdiff - inc/classes/main/resolver/command/image/class_ImageCommandResolver.php
'public static final' is correct
[core.git] / inc / classes / main / resolver / command / image / class_ImageCommandResolver.php
index e5e10654b9b08439430699baed50ef6f38788659..fee6f4fe6970d787aed1b122247a7623dfaeefde 100644 (file)
@@ -49,7 +49,7 @@ class ImageCommandResolver extends BaseCommandResolver implements CommandResolve
         * @throws      EmptyVariableException          Thrown if default command is not set
         * @throws      InvalidCommandException         Thrown if default command is invalid
         */
-       public final static function createImageCommandResolver ($commandName, ManageableApplication $appInstance) {
+       public static final function createImageCommandResolver ($commandName, ManageableApplication $appInstance) {
                // Create the new instance
                $resolverInstance = new ImageCommandResolver();