Rector et phpstan #446
ci.yml
on: push
Unit tests
29s
Linter
46s
PHPStan
30s
Functional tests
6m 10s
Annotations
8 errors
PHPStan:
sources/AppBundle/CFP/SpeakerFactory.php#L31
Cannot call method getId() on string|Stringable|Symfony\Component\Security\Core\User\UserInterface.
|
PHPStan:
sources/AppBundle/CFP/SpeakerFactory.php#L38
Cannot call method getId() on string|Stringable|Symfony\Component\Security\Core\User\UserInterface.
|
PHPStan:
sources/AppBundle/Controller/Event/TicketController.php#L114
Call to an undefined method Symfony\Component\HttpFoundation\Session\SessionInterface::getFlashBag().
|
PHPStan:
sources/AppBundle/Controller/Event/TicketController.php#L309
Call to an undefined method Psr\Log\LoggerInterface::addWarning().
|
PHPStan:
sources/AppBundle/Controller/LegacyController.php#L40
Call to an undefined method Symfony\Component\HttpFoundation\Session\SessionInterface::getFlashBag().
|
PHPStan:
sources/AppBundle/Event/Form/PurchaseType.php#L121
Call to an undefined method Stringable|Symfony\Component\Security\Core\User\UserInterface::getCompanyId().
|
PHPStan
Process completed with exit code 1.
|
Functional tests
Process completed with exit code 2.
|