Passed
Push — master ( f5aa3d...244e6c )
by Paweł
03:13 queued 11s
created
src/EventSubscriber/RequestBodySubscriber.php 1 patch
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -29,7 +29,7 @@
 block discarded – undo
29 29
     public static function getSubscribedEvents(): array
30 30
     {
31 31
         return [
32
-           'kernel.request' => 'onKernelRequest',
32
+            'kernel.request' => 'onKernelRequest',
33 33
         ];
34 34
     }
35 35
 }
Please login to merge, or discard this patch.