]> git.mxchange.org Git - core.git/blobdiff - framework/main/classes/resolver/command/image/class_ImageCommandResolver.php
Continued:
[core.git] / framework / main / classes / resolver / command / image / class_ImageCommandResolver.php
index a041d1d8b9866302891e60c6e0169dbf0f8f991f..6b1b449b67ddd35a6efa70be0e41e0bfd9372d89 100644 (file)
@@ -54,12 +54,11 @@ class ImageCommandResolver extends BaseCommandResolver implements CommandResolve
         * Creates an instance of a Image command resolver with a given default command
         *
         * @param       $commandName                            The default command we shall execute
-        * @param       $applicationInstance            An instance of a manageable application helper class
         * @return      $resolverInstance                       The prepared command resolver instance
         * @throws      InvalidArgumentException                Thrown if default command is not set
         * @throws      InvalidCommandException         Thrown if default command is invalid
         */
-       public static final function createImageCommandResolver ($commandName, ManageableApplication $applicationInstance) {
+       public static final function createImageCommandResolver ($commandName) {
                // Create the new instance
                $resolverInstance = new ImageCommandResolver();