Skip to content

Commit cfe14f4

Browse files
committed
fix: cs fixer
1 parent 19b8d7a commit cfe14f4

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

tests/PHPStan/Rules/Variables/DefinedVariableRuleTest.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1178,4 +1178,5 @@ public function testDynamicVariable(): void
11781178

11791179
$this->analyse([__DIR__ . '/data/dynamic-variable.php'], []);
11801180
}
1181+
11811182
}

tests/PHPStan/Rules/Variables/IssetRuleTest.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -484,4 +484,5 @@ public function testIssetAfterRememberedConstructor(): void
484484
],
485485
]);
486486
}
487+
487488
}

0 commit comments

Comments
 (0)