Passed
Branch master (f5aa3d)
by Paweł
04:41
created
src/EventSubscriber/RequestBodySubscriber.php 1 patch
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -26,7 +26,7 @@
 block discarded – undo
26 26
     public static function getSubscribedEvents()
27 27
     {
28 28
         return [
29
-           'kernel.request' => 'onKernelRequest',
29
+            'kernel.request' => 'onKernelRequest',
30 30
         ];
31 31
     }
32 32
 }
Please login to merge, or discard this patch.
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.