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 db099a3 commit d6d169bCopy full SHA for d6d169b
src/Symfony/Component/DependencyInjection/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