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