@@ -24,14 +24,14 @@ |
||
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 | /** |
@@ -20,7 +20,7 @@ |
||
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 | } |