Conditions | 1 |
Paths | 1 |
Total Lines | 8 |
Code Lines | 6 |
Lines | 0 |
Ratio | 0 % |
Tests | 0 |
CRAP Score | 2 |
Changes | 0 |
1 | <?php |
||
64 | protected function afterPrepare(self $parent): void |
||
65 | { |
||
66 | $this->hinge($parent->path); |
||
67 | $this->_key = $parent->_key . '.' . $this->_key; |
||
68 | $this->methods = $this->methods ?? $parent->methods; |
||
69 | $this->defaults = \array_merge( |
||
70 | (array)$parent->defaults, |
||
71 | (array)$this->defaults |
||
72 | ); |
||
97 |