10000 minor #14101 [Configuration] improve description for ignoreExtraKeys … · symfony/symfony@9215c22 · GitHub
[go: up one dir, main page]

Skip to content

Commit 9215c22

Browse files
committed
minor #14101 [Configuration] improve description for ignoreExtraKeys on ArrayNodeDefinition (cordoval)
This PR was merged into the 2.3 branch. Discussion ---------- [Configuration] improve description for ignoreExtraKeys on ArrayNodeDefinition |Q |A | |--- |---| |Bug Fix? |y | |New Feature? |n | |BC Breaks? |n | |Deprecations?|n | |Tests Pass? |y | |Fixed Tickets| #13957 | |License |MIT| |Doc PR | | Commits ------- b735022 [Configuration] improve description for ignoreExtraKeys on ArrayNodeDefinition
2 parents 2d9cc13 + b735022 commit 9215c22

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