| Total Complexity | 2 |
| Total Lines | 13 |
| Duplicated Lines | 0 % |
| Changes | 10 | ||
| Bugs | 0 | Features | 2 |
| 1 | <?php declare(strict_types=1); |
||
| 17 | final class PizzaWasBaked implements DomainEventInterface |
||
| 18 | { |
||
| 19 | use AnnotatesDomainEvent; |
||
| 20 | use BakeMessageTrait; |
||
| 21 | |||
| 22 | public static function fromCommand(BakePizza $bakePizza): self |
||
| 25 | } |
||
| 26 | |||
| 27 | public function conflictsWith(DomainEventInterface $otherEvent): bool |
||
| 32 |