@@ -74,7 +74,7 @@ |
||
74 | 74 | /** |
75 | 75 | * {@inheritDoc} |
76 | 76 | * |
77 | - * @return array |
|
77 | + * @return string[] |
|
78 | 78 | */ |
79 | 79 | public function check() |
80 | 80 | { |
@@ -106,7 +106,7 @@ discard block |
||
106 | 106 | /** |
107 | 107 | * Run this test suite and return the result code of the worst result. |
108 | 108 | * |
109 | - * @return int |
|
109 | + * @return EnvironmentCheckSuiteResult |
|
110 | 110 | */ |
111 | 111 | public function run() |
112 | 112 | { |
@@ -195,7 +195,7 @@ discard block |
||
195 | 195 | /** |
196 | 196 | * Register a check against the named check suite. |
197 | 197 | * |
198 | - * @param string|array $names |
|
198 | + * @param string $names |
|
199 | 199 | * @param EnvironmentCheck $check |
200 | 200 | * @param string|array |
201 | 201 | */ |
@@ -74,7 +74,7 @@ |
||
74 | 74 | /** |
75 | 75 | * {@inheritDoc} |
76 | 76 | * |
77 | - * @return array |
|
77 | + * @return string[] |
|
78 | 78 | */ |
79 | 79 | public function check() |
80 | 80 | { |
@@ -74,7 +74,7 @@ |
||
74 | 74 | /** |
75 | 75 | * {@inheritDoc} |
76 | 76 | * |
77 | - * @return array |
|
77 | + * @return string[] |
|
78 | 78 | */ |
79 | 79 | public function check() |
80 | 80 | { |