Passed
Pull Request — master (#4)
by Paweł
03:07
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.