Skip to content

Commit b202070

Browse files
committed
fixup! misc
1 parent 72222e4 commit b202070

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

tests/RuleProcessor/TooLowPackagesRulesProcessor/TooLowPackagesRulesProcessorTest.php

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,13 +30,12 @@ public function test(): void
3030
'require-dev' => [
3131
'rector/rector' => 'dev-main',
3232
'phpstan/phpstan' => '*',
33-
]
33+
],
3434
]);
3535

3636
$errorCollector = new ErrorCollector();
3737
$this->tooLowPackagesRulesProcessor->process($monitorConfig, $composerJson, $errorCollector);
3838

39-
4039
$this->assertEmpty($errorCollector->getErrorMessages());
4140
}
4241
}

0 commit comments

Comments
 (0)