@@ -28,7 +28,7 @@ |
||
28 | 28 | /** |
29 | 29 | * FlowCollection constructor. |
30 | 30 | * |
31 | - * @param FlowInterface[] $flows |
|
31 | + * @param \Mockery\MockInterface $flows |
|
32 | 32 | */ |
33 | 33 | public function __construct(...$flows) |
34 | 34 | { |
@@ -54,7 +54,7 @@ |
||
54 | 54 | /** |
55 | 55 | * Delete the folder and all files/folders within it |
56 | 56 | * |
57 | - * @param $path |
|
57 | + * @param string $path |
|
58 | 58 | * |
59 | 59 | * @return bool |
60 | 60 | */ |