Completed
Pull Request — master (#175)
by Greg
02:05
created
src/Input/StdinHandler.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -210,6 +210,9 @@
 block discarded – undo
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)) {
Please login to merge, or discard this patch.