| Conditions | 1 |
| Paths | 1 |
| Total Lines | 7 |
| Code Lines | 4 |
| Lines | 0 |
| Ratio | 0 % |
| Tests | 5 |
| CRAP Score | 1 |
| Changes | 0 | ||
| 1 | <?php declare(strict_types=1); |
||
| 24 | 4 | protected function registerReplaceEntitiesNamespaceProcess(): void |
|
| 25 | { |
||
| 26 | 4 | $process = new ReplaceEntitiesSubNamespaceProcess(); |
|
| 27 | 4 | $process->setEntityFqn( |
|
| 28 | 4 | $this->entityFqn ?? $this->namespaceHelper->getEntityFqnFromEntityInterfaceFqn($this->newObjectFqn) |
|
| 29 | ); |
||
| 30 | 4 | $this->pipeline->register($process); |
|
| 31 | 4 | } |
|
| 41 |