Total Complexity | 2 |
Total Lines | 19 |
Duplicated Lines | 0 % |
Changes | 2 | ||
Bugs | 0 | Features | 1 |
1 | <?php |
||
15 | class GetNbNewMessage extends AbstractController |
||
16 | { |
||
17 | private MessageRepository $messageRepository; |
||
18 | private EventDispatcherInterface $eventDispatcher; |
||
19 | |||
20 | public function __construct(MessageRepository $messageRepository, EventDispatcherInterface $eventDispatcher) |
||
24 | } |
||
25 | |||
26 | /** |
||
27 | * @return int |
||
28 | */ |
||
29 | public function __invoke(): int |
||
36 |