psalm / psalm-plugin-laravel

A Psalm plugin for Laravel
MIT License
307 stars 72 forks source link

Added missing Builder methods - count() and whereDate() #194

Closed shoxy closed 3 years ago

shoxy commented 3 years ago

Also changed the return type for DB::raw()

mr-feek commented 3 years ago

Thanks for the PR! Any idea why the unit tests are failing? doesn't seem related to your changes..

1) factory(): can use factory helper in Laravel 6.x and 7.x

🤔 💭

mr-feek commented 3 years ago

Leaving a note here, it seems that something in upstream psalm might have broken our tests. Pin psalm to "vimeo/psalm:dev-master#0317f1d" and the tests pass