1. In case phpstan fails with an out of memory errors, it does not show any results. 2. Errors without files aren't getting printed: ``` { "totals": { "errors": 1, "file_errors": 0 }, "files": [], "errors": ["Ignored error pattern #Call to an undefined method Illuminate\\\\Database\\\\Eloquent\\\\Relations\\\\HasMany::delete()# was not matched in reported errors."] } ```