@@ -273,7 +273,7 @@ discard block |
||
| 273 | 273 | /** |
| 274 | 274 | * Gets a new stream instance of the specified file. |
| 275 | 275 | * |
| 276 | - * @param $key |
|
| 276 | + * @param string $key |
|
| 277 | 277 | * |
| 278 | 278 | * @return Stream|Stream\InMemoryBuffer |
| 279 | 279 | */ |
@@ -289,7 +289,7 @@ discard block |
||
| 289 | 289 | /** |
| 290 | 290 | * Creates a new file in a filesystem. |
| 291 | 291 | * |
| 292 | - * @param $key |
|
| 292 | + * @param string $key |
|
| 293 | 293 | * |
| 294 | 294 | * @return File |
| 295 | 295 | */ |
@@ -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 | { |