Completed
Pull Request — master (#90)
by
unknown
01:29
created
src/Completion.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -57,7 +57,7 @@
 block discarded – undo
57 57
      * @param string $commandName
58 58
      * @param string $targetName
59 59
      * @param string $type
60
-     * @param array|\Stecman\Component\Symfony\Console\BashCompletion\Completion\CompletionResultInterface|callable $completion
60
+     * @param callable $completion
61 61
      */
62 62
     public function __construct($commandName, $targetName, $type, $completion)
63 63
     {
Please login to merge, or discard this patch.
src/CompletionHandler.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -9,7 +9,6 @@
 block discarded – undo
9 9
 use Stecman\Component\Symfony\Console\BashCompletion\Completion\DescriptiveCompletion;
10 10
 use Symfony\Component\Console\Application;
11 11
 use Symfony\Component\Console\Command\Command;
12
-use Symfony\Component\Console\Input\ArrayInput;
13 12
 use Symfony\Component\Console\Input\InputArgument;
14 13
 use Symfony\Component\Console\Input\InputOption;
15 14
 
Please login to merge, or discard this patch.