|string> */ public function rules(): array { return [ 'requirement' => 'nullable|string', ]; } }