Skip to content

Latest commit

 

History

History
14 lines (9 loc) · 658 Bytes

errors-to-ignore.md

File metadata and controls

14 lines (9 loc) · 658 Bytes

Errors To Ignore

Some parts of Laravel are currently too magical for Larastan/PHPStan to understand.

If you hit those errors in your project, you can add them to your phpstan.neon as needed. Learn more about ignoring errors in PHPStan.

Higher Order Messages

Although Larastan has support for HigherOrderCollectionProxy, you can still have some errors if you are using higher order messages with Support\Collection rather than Eloquent\Collection .

- '#Call to an undefined method Illuminate\\Support\\HigherOrder#'