10000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 2d9cc13 + b735022 commit 9215c22Copy full SHA for 9215c22
src/Symfony/Component/Config/Definition/Builder/ArrayNodeDefinition.php
@@ -287,9 +287,10 @@ public function performNoDeepMerging()
287
* Allows extra config keys to be specified under an array without
288
* throwing an exception.
289
*
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.
+ * Those config values are simply ignored and removed from the
+ * resulting array. This should be used only in special cases where
+ * you want to send an entire configuration array through a special
293
+ * tree that processes only part of the array.
294
295
* @return ArrayNodeDefinition
296
*/
0 commit comments