Completed
Push — master ( b1c621...ed2d1d )
by
unknown
27s queued 10s
created
Command/CreateAccessTokenCommand.php 1 patch
Doc Comments   +4 added lines patch added patch discarded remove patch
@@ -53,6 +53,10 @@
 block discarded – undo
53 53
 //        $this->askQuestion($input, $output, 'scope', 'scope');
54 54
     }
55 55
 
56
+    /**
57
+     * @param string $option
58
+     * @param string $optionName
59
+     */
56 60
     private function askQuestion(InputInterface $input, OutputInterface $output, $option, $optionName)
57 61
     {
58 62
         $questionHelper = $this->getQuestionHelper();
Please login to merge, or discard this patch.