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