Completed
Pull Request — master (#84)
by Nick
01:55
created
src/ScriptRuntime/ProcessEnvironment.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -42,7 +42,7 @@
 block discarded – undo
42 42
      * @param array $constants
43 43
      * @param array $variables
44 44
      * @param array $templates
45
-     * @param array $dotenvPaths
45
+     * @param ScriptPath[] $dotenvPaths
46 46
      */
47 47
     public function __construct(array $constants, array $variables, array $templates, array $dotenvPaths)
48 48
     {
Please login to merge, or discard this patch.