Your project should not use invalid return types
- Read doc
- Reliability
- Major
More information: https://insight.symfony.com/what-we-analyse/php.invalid_return_typehint
- );
- }
- $dispatcher = $this->entries->offsetGet(EventDispatcherInterface::class);
- return $this->handledEntries[EventDispatcherInterface::class] = $dispatcher;
- }
- /**
- * Assign a PSR-14 event dispatcher implementation.
- *