Completed
Push — develop ( f05cec...11f198 )
by Daniel
07:33
created
src/EventSubscriber/ApiPlatform/PageSubscriber.php 1 patch
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -15,7 +15,7 @@
 block discarded – undo
15 15
     {
16 16
         return [
17 17
             KernelEvents::VIEW => [
18
-              ['provideDefaultLayout', EventPriorities::PRE_SERIALIZE]
18
+                ['provideDefaultLayout', EventPriorities::PRE_SERIALIZE]
19 19
             ]
20 20
         ];
21 21
     }
Please login to merge, or discard this patch.