@@ -57,7 +57,7 @@ |
||
| 57 | 57 | } |
| 58 | 58 | |
| 59 | 59 | /** |
| 60 | - * @return string|null The file_path set for the File instance |
|
| 60 | + * @return string The file_path set for the File instance |
|
| 61 | 61 | */ |
| 62 | 62 | public function getFilePath() |
| 63 | 63 | { |
@@ -17,7 +17,13 @@ |
||
| 17 | 17 | */ |
| 18 | 18 | public function write($message); |
| 19 | 19 | |
| 20 | + /** |
|
| 21 | + * @return void |
|
| 22 | + */ |
|
| 20 | 23 | public function suppressOutput(); |
| 21 | 24 | |
| 25 | + /** |
|
| 26 | + * @return void |
|
| 27 | + */ |
|
| 22 | 28 | public function allowOutput(); |
| 23 | 29 | } |