You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
How can I use phpstan-doctrine inside if a project without an doctrine ORM?
The project does have doctrine DBAL available but apparently the driver being used cannot be detected without doctrine ORM which is causing return types from Doctrine\DBAL\Result to always be of mixed.
Hey! 😄
How can I use phpstan-doctrine inside if a project without an doctrine ORM?
The project does have doctrine DBAL available but apparently the driver being used cannot be detected without doctrine ORM which is causing return types from
Doctrine\DBAL\Result
to always be of mixed.Relates to phpstan/phpstan#10906 (comment)
The text was updated successfully, but these errors were encountered: