File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -23,16 +23,16 @@ interface EnvVarProcessorInterface
23
23
/**
24
24
* Returns the value of the given variable as managed by the current instance.
25
25
*
26
- * @param string $prefix The namespace of the variable
27
- * @param string $name The name of the variable within the namespace
28
- * @param \Closure $getEnv A closure that allows fetching more env vars
26
+ * @param string $prefix The namespace of the variable
27
+ * @param string $name The name of the variable within the namespace
28
+ * @param \Closure(string): mixed $getEnv A closure that allows fetching more env vars
29
29
*
30
30
* @throws RuntimeException on error
31
31
*/
32
32
public function getEnv (string $ prefix , string $ name , \Closure $ getEnv ): mixed ;
33
33
34
34
/**
35
- * @return string[] The PHP-types managed by getEnv(), keyed by prefixes
35
+ * @return array< string, string> The PHP-types managed by getEnv(), keyed by prefixes
36
36
*/
37
37
public static function getProvidedTypes (): array ;
38
38
}
You can’t perform that action at this time.
0 commit comments