| Conditions | 1 |
| Paths | 1 |
| Total Lines | 12 |
| Code Lines | 6 |
| Lines | 0 |
| Ratio | 0 % |
| Tests | 0 |
| CRAP Score | 2 |
| Changes | 0 | ||
| 1 | <?php |
||
| 17 | #[\Override] |
||
| 18 | public function createBy( |
||
| 19 | int $userId, |
||
| 20 | int $rumpId, |
||
| 21 | int $buildplanId, |
||
| 22 | ConstructionProgress $progress |
||
| 23 | ): SpacecraftConfiguratorInterface { |
||
| 24 | return $this->spacecraftCreator->createBy( |
||
| 25 | $userId, |
||
| 26 | $rumpId, |
||
| 27 | $buildplanId, |
||
| 28 | new StationCreationConfig($progress) |
||
| 29 | ); |
||
| 32 |