@@ -128,7 +128,7 @@ |
||
128 | 128 | } |
129 | 129 | |
130 | 130 | /** |
131 | - * @param string|ServiceProvider $provider |
|
131 | + * @param string $provider |
|
132 | 132 | * @return ServiceProvider |
133 | 133 | * @throws InvalidServiceProviderException |
134 | 134 | */ |
@@ -108,6 +108,9 @@ |
||
108 | 108 | } |
109 | 109 | } |
110 | 110 | |
111 | + /** |
|
112 | + * @param callable $callable |
|
113 | + */ |
|
111 | 114 | private function getCallableWrapperFor($callable) |
112 | 115 | { |
113 | 116 | return function (InputInterface $inputInterface, OutputInterface $outputInterface) use ($callable) { |
@@ -36,6 +36,10 @@ |
||
36 | 36 | } |
37 | 37 | |
38 | 38 | |
39 | + /** |
|
40 | + * @param ArgvInput $input |
|
41 | + * @param ConsoleOutput $output |
|
42 | + */ |
|
39 | 43 | public function registerIO($input, $output) |
40 | 44 | { |
41 | 45 | parent::configureIO($input, $output); |