Skip to content

Commit b4249b7

Browse files
committed
Update NullCoalesceRuleTest.php
1 parent d3ee15a commit b4249b7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/PHPStan/Rules/Variables/NullCoalesceRuleTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -357,7 +357,7 @@ public function testBug14213(): void
357357
$this->analyse([__DIR__ . '/../../Analyser/nsrt/bug-14213.php'], [
358358
[
359359
'Variable $x1 on left side of ?? always exists and is always null.',
360-
21,
360+
22,
361361
],
362362
]);
363363
}

0 commit comments

Comments
 (0)