Skip to content

Commit d9aab4b

Browse files
committed
fix build
1 parent 20a5164 commit d9aab4b

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

build/phpstan.neon

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -115,6 +115,11 @@ parameters:
115115
count: 1
116116
path: ../src/Diagnose/PHPStanDiagnoseExtension.php
117117
- '#^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+
118123
reportStaticMethodSignatures: true
119124
tmpDir: %rootDir%/tmp
120125
stubFiles:

0 commit comments

Comments
 (0)