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
I got this error when running ./vendor/bin/phpstan analyse:
------ --------------------------------------------------------------------------------
Line Models/Event.php
------ --------------------------------------------------------------------------------
74 Call to an undefined method Illuminate\Database\Eloquent\Builder::matchDate().
------ --------------------------------------------------------------------------------
It looks like the analysis doesn't take in mind the scope naming convention in Laravel.
Description
I got this error when running
./vendor/bin/phpstan analyse
:It looks like the analysis doesn't take in mind the scope naming convention in Laravel.
Laravel code where the issue was found
The text was updated successfully, but these errors were encountered: