Skip to content

Commit fc838fe

Browse files
committed
fix: cs fixer
1 parent 7733eb3 commit fc838fe

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
@@ -1183,8 +1183,8 @@ public function testBug13353(): void
11831183
],
11841184
[
11851185
'Undefined variable: $bar',
1186-
20
1187-
]
1186+
20,
1187+
],
11881188
]);
11891189
}
11901190

0 commit comments

Comments
 (0)