@@ -54,7 +54,7 @@ |
||
54 | 54 | } |
55 | 55 | |
56 | 56 | /** |
57 | - * @param array $tool |
|
57 | + * @param string $tool |
|
58 | 58 | * |
59 | 59 | * @return array |
60 | 60 | */ |
@@ -28,7 +28,7 @@ |
||
28 | 28 | * MessageConfigData constructor. |
29 | 29 | * |
30 | 30 | * @param IOInterface $io |
31 | - * @param $hook |
|
31 | + * @param string $hook |
|
32 | 32 | */ |
33 | 33 | public function __construct(IOInterface $io, $hook) |
34 | 34 | { |