feat: suppress deprecation warnings for getSubscribedEvents() #119
ci.yml
on: pull_request
Check composer metadata
7s
Static analysis
22s
Matrix: tests
Annotations
4 errors
Static analysis:
src/EventListener/BlameListener.php#L54
Return type (array<string>) of method Stof\DoctrineExtensionsBundle\EventListener\BlameListener::getSubscribedEvents() should be covariant with return type (array<string, array<int|string, array<int|string, int|string>|int|string>|string>) of method Symfony\Component\EventDispatcher\EventSubscriberInterface::getSubscribedEvents()
|
Static analysis:
src/EventListener/LocaleListener.php#L35
Return type (array<string>) of method Stof\DoctrineExtensionsBundle\EventListener\LocaleListener::getSubscribedEvents() should be covariant with return type (array<string, array<int|string, array<int|string, int|string>|int|string>|string>) of method Symfony\Component\EventDispatcher\EventSubscriberInterface::getSubscribedEvents()
|
Static analysis:
src/EventListener/LoggerListener.php#L61
Return type (array<string>) of method Stof\DoctrineExtensionsBundle\EventListener\LoggerListener::getSubscribedEvents() should be covariant with return type (array<string, array<int|string, array<int|string, int|string>|int|string>|string>) of method Symfony\Component\EventDispatcher\EventSubscriberInterface::getSubscribedEvents()
|
Static analysis
Process completed with exit code 1.
|