using getConfiguration and removing unnecessary end statements

This commit is contained in:
Lea Haensenberger 2013-02-01 15:37:57 +01:00
commit 71ccacc6b3
2 changed files with 6 additions and 6 deletions

View file

@ -278,11 +278,6 @@ class Configuration
$this->addFieldConfig($childrenNode, $nestings);
$childrenNode
->end()
->end()
;
return $node;
}