@@ -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 | * |