Skip to content

Commit 4d9968f

Browse files
committed
Update NumberComparisonOperatorsConstantConditionRuleTest.php
1 parent 348f68c commit 4d9968f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/PHPStan/Rules/Comparison/NumberComparisonOperatorsConstantConditionRuleTest.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -293,8 +293,8 @@ public function testBug12163(): void
293293
$this->analyse([__DIR__ . '/../../Analyser/nsrt/bug-12163.php'], [
294294
[
295295
'Comparison operation "<" between int<min, 0> and int<1, max> is always true.',
296-
41
297-
]
296+
41,
297+
],
298298
]);
299299
}
300300

0 commit comments

Comments
 (0)