@@ -47,7 +47,7 @@ |
||
| 47 | 47 | /** |
| 48 | 48 | * @inheritdoc |
| 49 | 49 | * |
| 50 | - * @return array |
|
| 50 | + * @return string[] |
|
| 51 | 51 | */ |
| 52 | 52 | public function check() |
| 53 | 53 | { |
@@ -89,7 +89,7 @@ discard block |
||
| 89 | 89 | /** |
| 90 | 90 | * Run this test suite and return the result code of the worst result. |
| 91 | 91 | * |
| 92 | - * @return int |
|
| 92 | + * @return EnvironmentCheckSuiteResult |
|
| 93 | 93 | */ |
| 94 | 94 | public function run() |
| 95 | 95 | { |
@@ -175,7 +175,7 @@ discard block |
||
| 175 | 175 | /** |
| 176 | 176 | * Register a check against the named check suite. |
| 177 | 177 | * |
| 178 | - * @param string|array $names |
|
| 178 | + * @param string $names |
|
| 179 | 179 | * @param EnvironmentCheck $check |
| 180 | 180 | * @param string|array |
| 181 | 181 | */ |
@@ -287,6 +287,7 @@ discard block |
||
| 287 | 287 | /** |
| 288 | 288 | * Return a text version of a status code. |
| 289 | 289 | * |
| 290 | + * @param integer $status |
|
| 290 | 291 | * @return string |
| 291 | 292 | */ |
| 292 | 293 | protected function statusText($status) |
@@ -47,7 +47,7 @@ |
||
| 47 | 47 | /** |
| 48 | 48 | * @inheritdoc |
| 49 | 49 | * |
| 50 | - * @return array |
|
| 50 | + * @return string[] |
|
| 51 | 51 | */ |
| 52 | 52 | public function check() |
| 53 | 53 | { |
@@ -47,7 +47,7 @@ |
||
| 47 | 47 | /** |
| 48 | 48 | * @inheritdoc |
| 49 | 49 | * |
| 50 | - * @return array |
|
| 50 | + * @return string[] |
|
| 51 | 51 | */ |
| 52 | 52 | public function check() |
| 53 | 53 | { |