Skip to content

Commit b34d5b7

Browse files
committed
resolveEnvPlaceholders will return a mixed value
1 parent ae62e56 commit b34d5b7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Symfony/Component/DependencyInjection/ContainerBuilder.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1286,7 +1286,7 @@ public function getAutoconfiguredInstanceof()
12861286
* true to resolve to the actual values of the referenced env vars
12871287
* @param array &$usedEnvs Env vars found while resolving are added to this array
12881288
*
1289-
* @return string The string with env parameters resolved
1289+
* @return mixed The value with env parameters resolved if a string or an array is passed
12901290
*/
12911291
public function resolveEnvPlaceholders($value, $format = null, array &$usedEnvs = null)
12921292
{

0 commit comments

Comments
 (0)