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 20a5164 commit d9aab4bCopy full SHA for d9aab4b
build/phpstan.neon
@@ -115,6 +115,11 @@ parameters:
115
count: 1
116
path: ../src/Diagnose/PHPStanDiagnoseExtension.php
117
- '#^Short ternary operator is not allowed#'
118
+ -
119
+ identifier: property.unusedType
120
+ message: '#\(bool\) is never assigned (false|true) so it can be removed from the property type#'
121
+ path: ../tests/PHPStan/*RuleTest.php
122
+
123
reportStaticMethodSignatures: true
124
tmpDir: %rootDir%/tmp
125
stubFiles:
0 commit comments