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.
1 parent 16c0ad9 commit f964c12Copy full SHA for f964c12
src/Symfony/Component/Config/Definition/Builder/ArrayNodeDefinition.php
@@ -531,10 +531,6 @@ public function getChildNodeDefinitions()
531
*/
532
public function find(string $nodePath): NodeDefinition
533
{
534
- if ($nodePath === $this->name) {
535
- return $this;
536
- }
537
-
538
$firstPathSegment = (false === $pathSeparatorPos = strpos($nodePath, $this->pathSeparator))
539
? $nodePath
540
: substr($nodePath, 0, $pathSeparatorPos);
0 commit comments