resolveEnvPlaceholders will return a mixed value

This commit is contained in:
Samuel ROZE 2017-11-23 12:03:37 +00:00
parent ae62e56d8a
commit b34d5b77a4
No known key found for this signature in database
GPG Key ID: 835426F55A19FB84

View File

@ -1286,7 +1286,7 @@ class ContainerBuilder extends Container implements TaggedContainerInterface
* true to resolve to the actual values of the referenced env vars
* @param array &$usedEnvs Env vars found while resolving are added to this array
*
* @return string The string with env parameters resolved
* @return mixed The value with env parameters resolved if a string or an array is passed
*/
public function resolveEnvPlaceholders($value, $format = null, array &$usedEnvs = null)
{