Completed
Push — master ( d445f7...bb1795 )
by Christian
03:00
created
src/Controller/TaskRunnerController.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -414,9 +414,9 @@
 block discarded – undo
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
     {
Please login to merge, or discard this patch.