@@ -135,6 +135,9 @@ |
||
135 | 135 | return $reformattedParams; |
136 | 136 | } |
137 | 137 | |
138 | + /** |
|
139 | + * @param string $directory |
|
140 | + */ |
|
138 | 141 | public function getConfigFiles($directory): array |
139 | 142 | { |
140 | 143 | return (new ConfigFileFinder())->discoverFiles($directory); |
@@ -42,7 +42,7 @@ |
||
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 | { |