Conditions | 2 |
Paths | 2 |
Total Lines | 8 |
Code Lines | 5 |
Lines | 0 |
Ratio | 0 % |
Tests | 5 |
CRAP Score | 2.0185 |
Changes | 0 |
1 | <?php |
||
52 | 3 | private function buildFinal(YamlObject $yamlObject):YamlObject |
|
53 | { |
||
54 | 3 | $this->_yamlObject = $yamlObject; |
|
55 | 3 | $this->value->setIteratorMode(NodeList::IT_MODE_DELETE); |
|
56 | 3 | foreach ($this->value as $key => $child) { |
|
57 | $child->build($yamlObject); |
||
58 | } |
||
59 | 3 | return $yamlObject; |
|
60 | } |
||
61 | } |