Completed
Push — master ( 6a09c5...f2a670 )
by Beñat
02:44
created
CMSKernel/Infrastructure/Lin3sAdminBundle/EventListener/LocaleListener.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -27,7 +27,7 @@
 block discarded – undo
27 27
 
28 28
     public function onKernelRequest(GetResponseEvent $event)
29 29
     {
30
-        if(!$event->isMasterRequest()) {
30
+        if (!$event->isMasterRequest()) {
31 31
             return;
32 32
         }
33 33
 
Please login to merge, or discard this patch.