| Conditions | 1 |
| Paths | 1 |
| Total Lines | 6 |
| Code Lines | 3 |
| Lines | 0 |
| Ratio | 0 % |
| Changes | 0 | ||
| 1 | <?php |
||
| 32 | protected function getNewBlock(): void |
||
| 33 | { |
||
| 34 | // TODO http://jira.codehaus.org/browse/ACT-45 use a separate 'requiresNew' command executor |
||
| 35 | $idBlock = $this->commandExecutor->execute(new GetNextIdBlockCmd($idBlockSize)); |
||
|
|
|||
| 36 | $this->nextId = $idBlock->getNextId(); |
||
| 37 | $this->lastId = $idBlock->getLastId(); |
||
| 38 | } |
||
| 70 |