Skip to content

Commit

Permalink
Ignore PHPStan error on earlier Laravel versions.
Browse files Browse the repository at this point in the history
  • Loading branch information
ash-jc-allen committed Aug 27, 2024
1 parent c3199eb commit 0183137
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions phpstan.neon
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,7 @@ parameters:
level: 6

ignoreErrors:
- '#PHPDoc tag \@use contains generic type Illuminate\\Database\\Eloquent\\Factories\\HasFactory\<AshAllenDesign\\ShortURL\\Models\\ShortURL\> but trait Illuminate\\Database\\Eloquent\\Factories\\HasFactory is not generic\.#'
- '#PHPDoc tag \@use contains generic type Illuminate\\Database\\Eloquent\\Factories\\HasFactory\<AshAllenDesign\\ShortURL\\Models\\ShortURLVisit\> but trait Illuminate\\Database\\Eloquent\\Factories\\HasFactory is not generic\.#'

checkMissingIterableValueType: false

0 comments on commit 0183137

Please sign in to comment.