Passed
Branch master (b479d5)
by Tõnis
03:15
created
Category
src/models/BaseQuestion.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -25,7 +25,7 @@
 block discarded – undo
25 25
     {
26 26
         return [
27 27
             [['question_id', 'survey_id', 'code'], 'required'],
28
-            [['question_id','survey_id'], 'integer'],
28
+            [['question_id', 'survey_id'], 'integer'],
29 29
             [['code'], VariableNameValidator::class],
30 30
         ];
31 31
     }
Please login to merge, or discard this patch.