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