@@ -210,6 +210,9 @@ |
||
210 | 210 | return !empty($path) && ($path != '-'); |
211 | 211 | } |
212 | 212 | |
213 | + /** |
|
214 | + * @param string $optionOrArg |
|
215 | + */ |
|
213 | 216 | protected function getOptionOrArg(InputInterface $input, $optionOrArg) |
214 | 217 | { |
215 | 218 | if ($input->hasOption($optionOrArg)) { |