Passed
Push — master ( c73137...5df904 )
by Vladimir
02:39
created
src/frontend/controllers/DefaultController.php 1 patch
Indentation   +8 added lines, -8 removed lines patch added patch discarded remove patch
@@ -24,14 +24,14 @@
 block discarded – undo
24 24
      */
25 25
     public function behaviors()
26 26
     {
27
-       return [
28
-           'verbs' => [
29
-               'class' => VerbFilter::class,
30
-               'actions' => [
31
-                   'subscribe' => ['post'],
32
-               ],
33
-           ],
34
-       ];
27
+        return [
28
+            'verbs' => [
29
+                'class' => VerbFilter::class,
30
+                'actions' => [
31
+                    'subscribe' => ['post'],
32
+                ],
33
+            ],
34
+        ];
35 35
     }
36 36
 
37 37
     /**
Please login to merge, or discard this patch.