@@ -20,7 +20,7 @@ |
||
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 | { |
@@ -155,6 +155,9 @@ |
||
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 | { |