Skip to content

Commit da225ca

Browse files
Merge branch '6.4' into 7.2
* 6.4: Improve docblock on compile() [VarDumper] Fix dumping LazyObjectState when using VarExporter v8 Allow NumberToLocalizedStringTransformer empty values [Intl] Ensure data consistency between alpha and numeric codes [Intl] Add missing currency (NOK) localization (en_NO)
2 parents a7535bb + 4d94056 commit da225ca

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

ContainerBuilder.php

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -791,10 +791,11 @@ public function parameterCannotBeEmpty(string $name, string $message): void
791791
* * The parameter bag is frozen;
792792
* * Extension loading is disabled.
793793
*
794-
* @param bool $resolveEnvPlaceholders Whether %env()% parameters should be resolved using the current
795-
* env vars or be replaced by uniquely identifiable placeholders.
796-
* Set to "true" when you want to use the current ContainerBuilder
797-
* directly, keep to "false" when the container is dumped instead.
794+
* @param bool $resolveEnvPlaceholders Whether %env()% parameters should be resolved at build time using
795+
* the current env var values (true), or be resolved at runtime based
796+
* on the environment (false). In general, this should be set to "true"
797+
* when you want to use the current ContainerBuilder directly, and to
798+
* "false" when the container is dumped instead.
798799
*/
799800
public function compile(bool $resolveEnvPlaceholders = false): void
800801
{

0 commit comments

Comments
 (0)