Passed
Push — master ( f5aa3d...244e6c )
by Paweł
03:13 queued 11s
created
deploy.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -7,7 +7,7 @@
 block discarded – undo
7 7
 set('application', 'owncourses');
8 8
 set('default_stage', 'demo');
9 9
 
10
-set('env', function () {
10
+set('env', function() {
11 11
     return [
12 12
         'APP_ENV' => has('symfony_env') ? get('symfony_env') : 'prod',
13 13
     ];
Please login to merge, or discard this patch.
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.