8000 [Configuration] improve description for ignoreExtraKeys on ArrayNodeD… · symfony/symfony@b735022 · GitHub
[go: up one dir, main page]

Skip to content

Commit b735022

Browse files
committed
[Configuration] improve description for ignoreExtraKeys on ArrayNodeDefinition
1 parent 0b1f172 commit b735022

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

src/Symfony/Component/Config/Definition/Builder/ArrayNodeDefinition.php

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -287,9 +287,10 @@ public function performNoDeepMerging()
287287
* Allows extra config keys to be specified under an array 7A27 without
288288
* throwing an exception.
289289
*
290-
* Those config values are simply ignored. This should be used only
291-
* in special cases where you want to send an entire configuration
292-
* array through a special tree that processes only part of the array.
290+
* Those config values are simply ignored and removed from the
291+
* resulting array. This should be used only in special cases where
292+
* you want to send an entire configuration array through a special
293+
* tree that processes only part of the array.
293294
*
294295
* @return ArrayNodeDefinition
295296
*/

0 commit comments

Comments
 (0)
0