Conditions | 1 |
Paths | 1 |
Total Lines | 6 |
Lines | 0 |
Ratio | 0 % |
Tests | 0 |
CRAP Score | 2 |
Changes | 0 |
1 | <?php |
||
25 | protected function makeHole(NodeInfo $targetNode): void |
||
26 | { |
||
27 | $moveFromIndex = $targetNode->getRight(); |
||
28 | $this->getManipulator()->moveLeftIndexes($moveFromIndex, 2, $targetNode->getScope()); |
||
29 | $this->getManipulator()->moveRightIndexes($moveFromIndex, 2, $targetNode->getScope()); |
||
30 | } |
||
31 | |||
47 |