@@ -268,7 +268,7 @@ discard block |
||
268 | 268 | /** |
269 | 269 | * Gets a new stream instance of the specified file. |
270 | 270 | * |
271 | - * @param $key |
|
271 | + * @param string $key |
|
272 | 272 | * @return Stream|Stream\InMemoryBuffer |
273 | 273 | */ |
274 | 274 | public function createStream($key) |
@@ -283,7 +283,7 @@ discard block |
||
283 | 283 | /** |
284 | 284 | * Creates a new file in a filesystem. |
285 | 285 | * |
286 | - * @param $key |
|
286 | + * @param string $key |
|
287 | 287 | * @return File |
288 | 288 | */ |
289 | 289 | public function createFile($key) |
@@ -207,7 +207,7 @@ |
||
207 | 207 | |
208 | 208 | /** |
209 | 209 | * @param string $path |
210 | - * @return mixed |
|
210 | + * @return boolean |
|
211 | 211 | */ |
212 | 212 | public function unlink($path) |
213 | 213 | { |