@@ -213,7 +213,7 @@ |
||
| 213 | 213 | /** |
| 214 | 214 | * @param string $path |
| 215 | 215 | * |
| 216 | - * @return mixed |
|
| 216 | + * @return boolean |
|
| 217 | 217 | */ |
| 218 | 218 | public function unlink($path) |
| 219 | 219 | { |
@@ -305,7 +305,7 @@ discard block |
||
| 305 | 305 | /** |
| 306 | 306 | * Gets a new stream instance of the specified file. |
| 307 | 307 | * |
| 308 | - * @param $key |
|
| 308 | + * @param string $key |
|
| 309 | 309 | * |
| 310 | 310 | * @return Stream|Stream\InMemoryBuffer |
| 311 | 311 | * |
@@ -325,7 +325,7 @@ discard block |
||
| 325 | 325 | /** |
| 326 | 326 | * Creates a new file in a filesystem. |
| 327 | 327 | * |
| 328 | - * @param $key |
|
| 328 | + * @param string $key |
|
| 329 | 329 | * |
| 330 | 330 | * @return File |
| 331 | 331 | * |