@@ -40,7 +40,7 @@ discard block |
||
| 40 | 40 | /** |
| 41 | 41 | * For internal use only; indicates that the function to be called |
| 42 | 42 | * should be passed an InputInterface &/or an OutputInterface. |
| 43 | - * @param booean $usesInputInterface |
|
| 43 | + * @param boolean $usesInputInterface |
|
| 44 | 44 | * @param boolean $usesOutputInterface |
| 45 | 45 | * @return self |
| 46 | 46 | */ |
@@ -151,6 +151,9 @@ discard block |
||
| 151 | 151 | return in_array($option, $this->specialDefaults); |
| 152 | 152 | } |
| 153 | 153 | |
| 154 | + /** |
|
| 155 | + * @param \Symfony\Component\Console\Input\InputDefinition $definition |
|
| 156 | + */ |
|
| 154 | 157 | public function cacheSpecialDefaults($definition) |
| 155 | 158 | { |
| 156 | 159 | foreach ($definition->getOptions() as $option => $inputOption) { |