@@ -414,9 +414,9 @@ |
||
| 414 | 414 | /** |
| 415 | 415 | * Retrieve the passed environment variables from the current session and return them. |
| 416 | 416 | * |
| 417 | - * @param array $names The names of the environment variables to inherit. |
|
| 417 | + * @param string[] $names The names of the environment variables to inherit. |
|
| 418 | 418 | * |
| 419 | - * @return array |
|
| 419 | + * @return string |
|
| 420 | 420 | */ |
| 421 | 421 | private function getDefinedEnvironmentVariables($names) |
| 422 | 422 | { |