Completed
Push — master ( 7af792...02ca7a )
by Rafał
05:00
created
src/SWP/Bundle/TemplateEngineBundle/EventSubscriber/HttpCacheSubscriber.php 1 patch
Indentation   +4 added lines, -4 removed lines patch added patch discarded remove patch
@@ -33,10 +33,10 @@
 block discarded – undo
33 33
     public static function getSubscribedEvents()
34 34
     {
35 35
         return [
36
-           HttpCacheEvent::EVENT_NAME => [
37
-               ['clearContainers', 0],
38
-           ],
39
-       ];
36
+            HttpCacheEvent::EVENT_NAME => [
37
+                ['clearContainers', 0],
38
+            ],
39
+        ];
40 40
     }
41 41
 
42 42
     public function clearContainers(HttpCacheEvent $event)
Please login to merge, or discard this patch.