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.
resolveEnvPlaceholders
1 parent ae62e56 commit b34d5b7Copy full SHA for b34d5b7
src/Symfony/Component/DependencyInjection/ContainerBuilder.php
@@ -1286,7 +1286,7 @@ public function getAutoconfiguredInstanceof()
1286
* true to resolve to the actual values of the referenced env vars
1287
* @param array &$usedEnvs Env vars found while resolving are added to this array
1288
*
1289
- * @return string The string with env parameters resolved
+ * @return mixed The value with env parameters resolved if a string or an array is passed
1290
*/
1291
public function resolveEnvPlaceholders($value, $format = null, array &$usedEnvs = null)
1292
{
0 commit comments