@@ -15,7 +15,7 @@ |
||
| 15 | 15 | * Ignores file line endings |
| 16 | 16 | * |
| 17 | 17 | * @param string $filename |
| 18 | - * @return string|bool |
|
| 18 | + * @return string|false |
|
| 19 | 19 | */ |
| 20 | 20 | public function hash($filename) |
| 21 | 21 | { |
@@ -30,7 +30,7 @@ |
||
| 30 | 30 | } |
| 31 | 31 | |
| 32 | 32 | /** |
| 33 | - * @return string|false |
|
| 33 | + * @return string|boolean |
|
| 34 | 34 | */ |
| 35 | 35 | public function downloadFile() |
| 36 | 36 | { |