8000 minor #25132 [DI] Fix typo in PhpDoc for `resolveEnvPlaceholders` (sr… · symfony/symfony@4eaf1e5 · GitHub
[go: up one dir, main page]

Skip to content

Commit 4eaf1e5

Browse files
minor #25132 [DI] Fix typo in PhpDoc for resolveEnvPlaceholders (sroze)
This PR was merged into the 3.3 branch. Discussion ---------- [DI] Fix typo in PhpDoc for `resolveEnvPlaceholders` | Q | A | ------------- | --- | Branch? | 3.3 | Bug fix? | no | New feature? | no | BC breaks? | no | Deprecations? | no | Tests pass? | yes | Fixed tickets | ø | License | MIT `resolveEnvPlaceholders` will return a mixed value. Commits ------- b34d5b7< 8000 /tt> `resolveEnvPlaceholders` will return a mixed value
2 parents ae62e56 + b34d5b7 commit 4eaf1e5

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)
0