Passed
Push — master ( 05bc1d...1bc3c7 )
by Tõnis
02:04
created
src/models/BaseSurvey.php 1 patch
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -24,7 +24,7 @@
 block discarded – undo
24 24
     public function rules()
25 25
     {
26 26
         return [
27
-             [['name'], 'string', 'max' => 254],
27
+                [['name'], 'string', 'max' => 254],
28 28
         ];
29 29
     }
30 30
 
Please login to merge, or discard this patch.