Passed
Push — feature/back-to-summary-button... ( b22cf7...c47ef5 )
by Yonathan
09:27
created
app/Services/Validation/ApplicationTimelineValidator.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -249,7 +249,7 @@
 block discarded – undo
249 249
         $rules = $this->addNestedValidatorRules(
250 250
             'job_application_answers.*',
251 251
             $answerValidator->rules(),
252
-            [ 'job_application_answers.*.answer' => ['required', 'string', new WordLimitRule(250)]]
252
+            ['job_application_answers.*.answer' => ['required', 'string', new WordLimitRule(250)]]
253 253
         );
254 254
 
255 255
         // Validate that each question has been answered.
Please login to merge, or discard this patch.