php-coding-standard icon indicating copy to clipboard operation
php-coding-standard copied to clipboard

[phpstan] Check fails without errors

Open spaceemotion opened this issue 5 years ago • 0 comments
trafficstars

  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."]
     }
    

spaceemotion avatar Jun 23 '20 14:06 spaceemotion