| Conditions | 2 |
| Paths | 1 |
| Total Lines | 10 |
| Code Lines | 7 |
| Lines | 0 |
| Ratio | 0 % |
| Tests | 7 |
| CRAP Score | 2 |
| Changes | 0 | ||
| 1 | <?php |
||
| 29 | 9 | public function factoryEventMetadata(CommandWithMetadata $command, $aggregate): MetaData |
|
| 30 | { |
||
| 31 | 9 | return new MetaData( |
|
| 32 | 9 | $command->getCommand()->getAggregateId(), |
|
| 33 | 9 | get_class($aggregate), |
|
| 34 | 9 | new \DateTimeImmutable(), |
|
| 35 | 9 | $this->identityReaderService ? $this->identityReaderService->getAuthenticatedIdentityId() : null, |
|
| 36 | 9 | $command->getMetadata() |
|
| 37 | ); |
||
| 38 | } |
||
| 39 | } |