Total Complexity | 2 |
Total Lines | 11 |
Duplicated Lines | 0 % |
Changes | 0 |
1 | <?php |
||
16 | class ClassCommandHandlerMakerSubscriber implements ClassCommandHandlerMakerSubscriberInterface, EventSubscriberInterface |
||
17 | { |
||
18 | |||
19 | public function create(CommandWasCreated $commandWasCreated) |
||
21 | // TODO: Implement create() method. |
||
22 | } |
||
23 | |||
24 | public static function getSubscribedEvents() |
||
27 | } |
||
28 | } |