psalm / psalm-plugin-laravel

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

fix: Eloquent\Builder::find() may return null #201

Closed caugner closed 3 years ago

caugner commented 3 years ago

Fixes #200.

caugner commented 3 years ago

The failing check is unrelated to this change, essentially the same test failure as on the current master branch.

mr-feek commented 3 years ago

thanks!