Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 685cb2c

Browse filesBrowse files
committed
Tweak
1 parent e26f1a1 commit 685cb2c
Copy full SHA for 685cb2c

File tree

1 file changed

+3
-1
lines changed
Filter options

1 file changed

+3
-1
lines changed

‎bundles/prepend_extension.rst

Copy file name to clipboardExpand all lines: bundles/prepend_extension.rst
+3-1Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,9 +82,11 @@ in case a specific other bundle is not registered::
8282

8383
// process the configuration of AcmeHelloExtension
8484
$configs = $container->getExtensionConfig($this->getAlias());
85-
// resolve config parameters e.g. %kernel.debug% to boolean value
85+
86+
// resolve config parameters e.g. %kernel.debug% to its boolean value
8687
$resolvingBag = $container->getParameterBag();
8788
$configs = $resolvingBag->resolveValue($configs);
89+
8890
// use the Configuration class to generate a config array with
8991
// the settings "acme_hello"
9092
$config = $this->processConfiguration(new Configuration(), $configs);

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.