]> git.mxchange.org Git - core.git/blobdiff - framework/main/classes/resolver/command/console/class_ConsoleCommandResolver.php
Continued:
[core.git] / framework / main / classes / resolver / command / console / class_ConsoleCommandResolver.php
index 191f6d59489e6ae2bd84900c121a2068d76e946e..2fb6e0fca84f824d753598c2ede1662db7dafa26 100644 (file)
@@ -5,7 +5,6 @@ namespace Org\Mxchange\CoreFramework\Resolver\Command;
 // Import framework stuff
 use Org\Mxchange\CoreFramework\Command\BaseCommand;
 use Org\Mxchange\CoreFramework\Command\InvalidCommandException;
-use Org\Mxchange\CoreFramework\Manager\ManageableApplication;
 use Org\Mxchange\CoreFramework\Resolver\Command\CommandResolver;
 
 // Import SPL stuff
@@ -51,12 +50,11 @@ class ConsoleCommandResolver extends BaseCommandResolver implements CommandResol
         * Creates an instance of a Console 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      InvalidArgumentException        Thrown if default command is not set
         * @throws      InvalidCommandException         Thrown if default command is invalid
         */
-       public static final function createConsoleCommandResolver ($commandName, ManageableApplication $applicationInstance) {
+       public static final function createConsoleCommandResolver ($commandName) {
                // Create the new instance
                $resolverInstance = new ConsoleCommandResolver();