Skip to content

feat: suppress deprecation warnings for getSubscribedEvents() #119

feat: suppress deprecation warnings for getSubscribedEvents()

feat: suppress deprecation warnings for getSubscribedEvents() #119

Triggered via pull request February 16, 2024 16:01
Status Failure
Total duration 42s
Artifacts

ci.yml

on: pull_request
Check composer metadata
7s
Check composer metadata
Static analysis
22s
Static analysis
Matrix: tests
Fit to window
Zoom out
Zoom in

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.