Skip to content

Commit 4d702df

Browse files
committed
Update BooleanOrConstantConditionRuleTest.php
1 parent 306229c commit 4d702df

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

tests/PHPStan/Rules/Comparison/BooleanOrConstantConditionRuleTest.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -377,9 +377,9 @@ public function testBug10305(): void
377377

378378
$this->analyse([__DIR__ . '/data/bug-10305.php'], [
379379
[
380-
"Result of || is always true.",
381-
10
382-
]
380+
'Result of || is always true.',
381+
10,
382+
],
383383
]);
384384
}
385385

0 commit comments

Comments
 (0)