| 1 | <?php |
||
| 12 | class DoctrineClearEntityManagerWorkerSubscriber implements EventSubscriberInterface |
||
| 13 | { |
||
| 14 | /** @var ManagerRegistry */ |
||
| 15 | private $managerRegistry; |
||
| 16 | |||
| 17 | 3 | public function __construct(ManagerRegistry $managerRegistry) |
|
| 21 | |||
| 22 | 1 | public function onWorkerMessageHandled(): void |
|
| 26 | |||
| 27 | 1 | public function onWorkerMessageFailed(): void |
|
| 31 | |||
| 32 | /** |
||
| 33 | * @return iterable<string, string> |
||
|
|
|||
| 34 | */ |
||
| 35 | 1 | public static function getSubscribedEvents(): iterable |
|
| 40 | |||
| 41 | 2 | private function clearEntityManagers(): void |
|
| 47 | } |
||
| 48 |
This check marks PHPDoc comments that could not be parsed by our parser. To see which comment annotations we can parse, please refer to our documentation on supported doc-types.