@@ -33,7 +33,7 @@ |
||
| 33 | 33 | } |
| 34 | 34 | |
| 35 | 35 | /** |
| 36 | - * @param $content |
|
| 36 | + * @param string $content |
|
| 37 | 37 | * @param $prefix |
| 38 | 38 | * |
| 39 | 39 | * @return string |
@@ -53,8 +53,6 @@ discard block |
||
| 53 | 53 | /** |
| 54 | 54 | * Handles the "add-prefix" command. |
| 55 | 55 | * |
| 56 | - * @param Args $args The console arguments. |
|
| 57 | - * @param IO $io The I/O. |
|
| 58 | 56 | * |
| 59 | 57 | * @return int Returns 0 on success and a positive integer on error. |
| 60 | 58 | */ |
@@ -96,6 +94,9 @@ discard block |
||
| 96 | 94 | return 0; |
| 97 | 95 | } |
| 98 | 96 | |
| 97 | + /** |
|
| 98 | + * @param string $prefix |
|
| 99 | + */ |
|
| 99 | 100 | private function scopeFiles($prefix, BasicFormatter $formatter) |
| 100 | 101 | { |
| 101 | 102 | $count = count($this->finder); |