*/ public function rules() { return [ 'comment' => ['string', 'max:2000'], 'rating' => ['numeric', 'min:1', 'max:5'], ]; } }