Conditions | 1 |
Paths | 1 |
Total Lines | 7 |
Code Lines | 3 |
Lines | 0 |
Ratio | 0 % |
Tests | 0 |
CRAP Score | 2 |
Changes | 0 |
1 | <?php |
||
31 | public function rules() |
||
32 | { |
||
33 | return [ |
||
34 | // RatingGuideQUestionId shouldn't be updated after creation |
||
35 | //'rating_guide_question_id' => ['required', new RatingGuideQuestionRule()], |
||
36 | 'criterion_id' => ['nullable', new ValidIdRule(Criteria::class)], |
||
37 | 'expected_answer' => 'nullable|string', |
||
38 | ]; |
||
41 |