Completed
Push — build-options-enhance ( 7fb256...878338 )
by Arnaud
02:22
created
src/Command/AbstractCommand.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -155,6 +155,9 @@
 block discarded – undo
155 155
 
156 156
     /**
157 157
      * Print progress bar.
158
+     * @param integer $itemsCount
159
+     * @param integer $itemsMax
160
+     * @param string $message
158 161
      */
159 162
     protected function printProgressBar($itemsCount, $itemsMax, $message)
160 163
     {
Please login to merge, or discard this patch.