|string> */ public function rules(): array { return [ 'title' => ['sometimes', 'string', 'max:255'], 'content' => ['sometimes', 'string'], ]; } }