Completed
Push — master ( 62e188...0425f4 )
by Korvin
06:09
created
src/Console/Command/Package/InstallController.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -90,6 +90,9 @@
 block discarded – undo
90 90
         $this->cli->green('Uninstalled Successfully!');
91 91
     }
92 92
 
93
+    /**
94
+     * @param string $command
95
+     */
93 96
     private function getDefinition(Site $site, $command)
94 97
     {
95 98
         /** @var \Buttress\Concrete\Console\Command\Manager\CommandManager[] $definitions */
Please login to merge, or discard this patch.
src/Console/Console.php 1 patch
Unused Use Statements   +1 added lines, -2 removed lines patch added patch discarded remove patch
@@ -2,10 +2,10 @@  discard block
 block discarded – undo
2 2
 
3 3
 namespace Buttress\Concrete\Console;
4 4
 
5
-use Buttress\Concrete\Console\Command\CacheCommand;
6 5
 use Buttress\Concrete\CommandBus\Command\HandlerLocator;
7 6
 use Buttress\Concrete\CommandBus\Provider\LegacyProvider;
8 7
 use Buttress\Concrete\CommandBus\Provider\ModernProvider;
8
+use Buttress\Concrete\Console\Command\CacheCommand;
9 9
 use Buttress\Concrete\Console\Command\Collection\Collection;
10 10
 use Buttress\Concrete\Console\Command\HelpCommand;
11 11
 use Buttress\Concrete\Console\Command\PackageCommand;
@@ -16,7 +16,6 @@  discard block
 block discarded – undo
16 16
 use Buttress\Concrete\Route\Dispatcher;
17 17
 use Buttress\Concrete\Route\RouteCollector;
18 18
 use League\CLImate\CLImate;
19
-use League\Tactician\Exception\MissingHandlerException;
20 19
 use Psr\Container\ContainerInterface;
21 20
 
22 21
 /**
Please login to merge, or discard this patch.