phpstan / phpstan-doctrine

Doctrine extensions for PHPStan
MIT License
595 stars 97 forks source link

QueryBuilderDqlRule: mention DQL for BranchingQueryBuilderType #568

Closed janedbal closed 5 months ago

janedbal commented 5 months ago

Currently, I spent quite some time debugging where certain DQL error is coming from and what helped me most was to see which DQL branch actually caused the issue. So I believe it might be handy even for others.

ondrejmirtes commented 5 months ago

Thank you!