We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 51383a1 commit af6bd5dCopy full SHA for af6bd5d
EnvVarProcessorInterface.php
@@ -23,7 +23,6 @@ interface EnvVarProcessorInterface
23
/**
24
* Returns the value of the given variable as managed by the current instance.
25
*
26
- * @param string $prefix The namespace of the variable
27
* @param string $prefix The namespace of the variable; when the empty string is passed, null values should be kept as is
28
* @param string $name The name of the variable within the namespace
29
* @param \Closure(string): mixed $getEnv A closure that allows fetching more env vars
0 commit comments