Skip to content

Commit

Permalink
Replace deprecated PHPStan setting
Browse files Browse the repository at this point in the history
  • Loading branch information
musimana committed May 21, 2024
1 parent e4b7861 commit b1beb8b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions phpstan.dist.neon
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,8 @@ parameters:
- tests/Pest/Functions/CompositeTests # 5 errors 2024-03-29, whole directory needs refactoring

ignoreErrors:
- # Replaces `checkGenericClassInNonGenericObjectType: false`
identifier: missingType.generics
- # From the way the methods are inherited by Pest
message: '#Call to an undefined method Pest\\#'
path: tests
Expand All @@ -36,5 +38,3 @@ parameters:
message: '#Access to an undefined property Pest\\Mixins\\Expectation\<App\\Models\\#'
path: tests/Unit
count: 3

checkGenericClassInNonGenericObjectType: false

0 comments on commit b1beb8b

Please sign in to comment.