Skip to content

Commit 4c7a66a

Browse files
committed
Update DefinedVariableRuleTest.php
1 parent 364f90d commit 4c7a66a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/PHPStan/Rules/Variables/DefinedVariableRuleTest.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1440,8 +1440,8 @@ public function testBug6799c(): void
14401440
$this->analyse([__DIR__ . '/../../Analyser/nsrt/bug-6799c.php'], [
14411441
[
14421442
'Variable $x might not be defined.',
1443-
9
1444-
]
1443+
9,
1444+
],
14451445
]);
14461446
}
14471447

0 commit comments

Comments
 (0)