Completed
Push — master ( 81dcf5...68e0a8 )
by Alireza
03:43
created
src/ConsoleStyle.php 1 patch
Doc Comments   +3 added lines, -1 removed lines patch added patch discarded remove patch
@@ -61,7 +61,6 @@  discard block
 block discarded – undo
61 61
      * Write a string as warning output.
62 62
      *
63 63
      * @param  string          $string
64
-     * @param  null|int|string $verbosity
65 64
      * @return void
66 65
      */
67 66
     public function note($string)
@@ -124,6 +123,9 @@  discard block
 block discarded – undo
124 123
         return $level;
125 124
     }
126 125
 
126
+    /**
127
+     * @param string $message
128
+     */
127 129
     public function addInput($message)
128 130
     {
129 131
         $this->info('>>> ' . $message . ' :');
Please login to merge, or discard this patch.
src/Console.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -40,7 +40,7 @@
 block discarded – undo
40 40
     /**
41 41
      * Register all commands
42 42
      *
43
-     * @return object
43
+     * @return integer
44 44
      */
45 45
     public function start()
46 46
     {
Please login to merge, or discard this patch.