Completed
Pull Request — build-options-enhance (#164)
by Arnaud
06:05 queued 04:16
created
src/Command/ListContent/FilenameRecursiveTreeIterator.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -20,7 +20,7 @@
 block discarded – undo
20 20
 class FilenameRecursiveTreeIterator extends RecursiveTreeIterator
21 21
 {
22 22
     /**
23
-     * @return mixed
23
+     * @return string
24 24
      */
25 25
     public function current()
26 26
     {
Please login to merge, or discard this patch.
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.