We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2081c9f commit fd75582Copy full SHA for fd75582
phpstan.neon
@@ -5,7 +5,8 @@ parameters:
5
- src
6
7
excludePaths:
8
- - src/Framework/MockObject/Runtime/Api # exclude partial traits, which are only used in runtime generated code
+ # exclude partial traits, which are only used in runtime generated code
9
+ - src/Framework/MockObject/Runtime/Api
10
11
checkTooWideReturnTypesInProtectedAndPublicMethods: true
12
reportAlwaysTrueInLastCondition: true
0 commit comments