[Turbo] Fix Turbo CI (PHPStan & Functional tests) #14
code-quality.yaml
on: pull_request
JavaScript Coding Style
24s
PHPStan
28s
Annotations
6 errors
PHPStan
Process completed with exit code 1.
|
PHPStan
KO Turbo
|
PHPStan:
src/Doctrine/BroadcastListener.php#L88
Call to function method_exists() with Doctrine\ORM\Event\PostFlushEventArgs and 'getObjectManager' will always evaluate to true.
|
PHPStan:
src/Doctrine/BroadcastListener.php#L64
Call to function method_exists() with Doctrine\ORM\Event\OnFlushEventArgs and 'getObjectManager' will always evaluate to true.
|
PHPStan:
src/Bridge/Mercure/Broadcaster.php#L71
Call to function is_string() with string will always evaluate to true.
|
PHPStan:
src/Attribute/Broadcast.php#L45
Call to function is_array() with array<mixed> will always evaluate to true.
|