Skip to content

Commit

Permalink
Re-Add removed ignore rule
Browse files Browse the repository at this point in the history
Seems it's only occuring on PHP 8.0, so keep it until dropping support
for PHP 8.0.
  • Loading branch information
otsch committed Nov 6, 2024
1 parent 8a948db commit 9dce6e8
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 @@ -6,4 +6,5 @@ parameters:
treatPhpDocTypesAsCertain: false
reportUnmatchedIgnoredErrors: false
ignoreErrors:
- "#^Call to an undefined method Pest\\\\Expectation\\\\|Pest\\\\Support\\\\Extendable.*#"
- "#^Call to an undefined method Pest\\\\PendingCalls\\\\TestCall\\|Pest\\\\Support\\\\HigherOrderTapProxy\\:\\:(with|throws)\\(\\).$#"

0 comments on commit 9dce6e8

Please sign in to comment.