Skip to content

Commit 26503d1

Browse files
author
Kai Eichinger
committed
Fix CS issues to keep CI happy
1 parent 1cafe93 commit 26503d1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/Rules/Symfony/ExampleLegacyServiceSubscriber.php

+1
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66

77
final class ExampleLegacyServiceSubscriber implements ServiceSubscriberInterface
88
{
9+
910
public function privateService(): void
1011
{
1112
$this->get('private');

0 commit comments

Comments
 (0)