Skip to content

Commit fd4fefe

Browse files
committed
fix: tests from review
1 parent 95a9eb4 commit fd4fefe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/PHPStan/Rules/Variables/DefinedVariableRuleTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1179,7 +1179,7 @@ public function testBug13353(): void
11791179
$this->analyse([__DIR__ . '/data/bug-13353.php'], [
11801180
[
11811181
'Variable $bar might not be defined.',
1182-
9,
1182+
11,
11831183
],
11841184
]);
11851185
}

0 commit comments

Comments
 (0)