Completed
Pull Request — build-options (#162)
by Arnaud
09:45 queued 07:00
created
src/Command/AbstractCommand.php 2 patches
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -209,7 +209,7 @@
 block discarded – undo
209 209
      */
210 210
     public function messageCallback()
211 211
     {
212
-        return function ($code, $message = '', $itemsCount = 0, $itemsMax = 0) {
212
+        return function($code, $message = '', $itemsCount = 0, $itemsMax = 0) {
213 213
             if ($this->quiet) {
214 214
                 return;
215 215
             } else {
Please login to merge, or discard this 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.