Completed
Pull Request — master (#4)
by dan
14:39
created
Command/CreateNotificationCommand.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -157,6 +157,9 @@
 block discarded – undo
157 157
         $questionHelper->writeGeneratorSummary($output, []);
158 158
     }
159 159
 
160
+    /**
161
+     * @param InputInterface $input
162
+     */
160 163
     protected function createYesNoQuestion($questionHelper, $input, $channel)
161 164
     {
162 165
         $question = new Question(
Please login to merge, or discard this patch.