Skip to content

Commit

Permalink
Merge pull request #996 from CalebDW/phpstan
Browse files Browse the repository at this point in the history
Create PHPStan extension and add `HigherOrderTapProxy` to `universalObjectCratesClasses`
  • Loading branch information
nunomaduro authored Oct 31, 2023
2 parents fd4f161 + b58e0cb commit 9aad417
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
5 changes: 5 additions & 0 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -109,6 +109,11 @@
"Pest\\Plugins\\Version",
"Pest\\Plugins\\Parallel"
]
},
"phpstan": {
"includes": [
"extension.neon"
]
}
}
}
4 changes: 4 additions & 0 deletions extension.neon
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
parameters:
universalObjectCratesClasses:
- Pest\Support\HigherOrderTapProxy
- Pest\Expectation

0 comments on commit 9aad417

Please sign in to comment.