| 1 | <?php |
||
| 22 | class JsonDecoderListener implements EventSubscriberInterface |
||
| 23 | { |
||
| 24 | public const HEADER_CONTENT_TYPE = 'Content-Type'; |
||
| 25 | |||
| 26 | /** |
||
| 27 | * @param RequestEvent $event |
||
| 28 | */ |
||
| 29 | public function __invoke(RequestEvent $event): void |
||
| 54 | |||
| 55 | /** |
||
| 56 | * {@inheritdoc} |
||
| 57 | */ |
||
| 58 | public static function getSubscribedEvents(): iterable |
||
| 62 | } |
||
| 63 |