Passed
Push — master ( 718618...cd6f65 )
by Vladimir
02:24
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.
tests/_support/UnitTester.php 1 patch
Indentation   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -20,7 +20,7 @@
 block discarded – undo
20 20
 {
21 21
     use _generated\UnitTesterActions;
22 22
 
23
-   /**
24
-    * Define custom actions here
25
-    */
23
+    /**
24
+     * Define custom actions here
25
+     */
26 26
 }
Please login to merge, or discard this patch.