Passed
Branch main (a5f8a2)
by Michael
10:08
created
src/EventSubscriber/LocaleRewriteSubscriber.php 1 patch
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -22,7 +22,7 @@
 block discarded – undo
22 22
     public function __construct(
23 23
         RouterInterface       $router,
24 24
         ParameterBagInterface $parameterBag,
25
-                              $localeRouteParam = '_locale',
25
+                                $localeRouteParam = '_locale',
26 26
     )
27 27
     {
28 28
         $this->routeCollection = $router->getRouteCollection();
Please login to merge, or discard this patch.