Skip to content

Commit 1bdf378

Browse files
committed
Fixed build
1 parent 3cc9374 commit 1bdf378

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/Rules/SwitchConditions/MatchingTypeInSwitchCaseConditionRuleTest.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ public function testRule(): void
2020
8,
2121
],
2222
[
23-
'Switch condition type (1) does not match case condition 1 > 2 (bool).',
23+
'Switch condition type (1) does not match case condition 1 > 2 (false).',
2424
8,
2525
],
2626
[
@@ -32,7 +32,7 @@ public function testRule(): void
3232
19,
3333
],
3434
[
35-
'Switch condition type (\'1\') does not match case condition 1 > 2 (bool).',
35+
'Switch condition type (\'1\') does not match case condition 1 > 2 (false).',
3636
19,
3737
],
3838
]);

0 commit comments

Comments
 (0)