Skip to content

Commit 9066076

Browse files
committed
cs fix
1 parent 1462ad3 commit 9066076

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

rector.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,9 +44,9 @@
4444
__DIR__ . '/src/Controller',
4545
__DIR__ . '/src/Middleware/Routed/Preview',
4646
],
47-
ReturnTypeDeclarationRector::class => [
47+
ReturnTypeDeclarationRector::class => [
4848
__DIR__ . '/src/Controller',
4949
__DIR__ . '/spec/Fixture/NotSupportedContainer.php',
50-
]
50+
],
5151
]);
5252
};

0 commit comments

Comments
 (0)