Skip to content

Commit

Permalink
phpstan: add another rule to ignore
Browse files Browse the repository at this point in the history
  • Loading branch information
Dannecron committed Oct 5, 2023
1 parent 10e2d14 commit 49ee12e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions phpstan.neon
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ parameters:
- '#Call to an undefined method Pest\\Expectation|Pest\\Support\\Extendable::#'
- '#Call to an undefined method Pest\\Mixins\\Expectation#'
- '#Call to an undefined method Pest\\PendingCalls\\TestCall|Pest\\Support\\HigherOrderTapProxy::#'
- '#Access to an undefined property Pest\\Mixins\\Expectation#'
paths:
- tests/*
# Some mockery errors
Expand Down

0 comments on commit 49ee12e

Please sign in to comment.