@@ -227,9 +227,9 @@ public function getProvince(): string
227227
228228 /**
229229 * @param string $province
230- * @return CertificateRequest
230+ * @return ReissueRequest
231231 */
232- public function setProvince (string $ province ): CertificateRequest
232+ public function setProvince (string $ province ): ReissueRequest
233233 {
234234 $ this ->province = $ province ;
235235 return $ this ;
@@ -245,9 +245,9 @@ public function getCountry(): string
245245
246246 /**
247247 * @param string $country
248- * @return CertificateRequest
248+ * @return ReissueRequest
249249 */
250- public function setCountry (string $ country ): CertificateRequest
250+ public function setCountry (string $ country ): ReissueRequest
251251 {
252252 $ this ->country = $ country ;
253253 return $ this ;
@@ -343,9 +343,9 @@ public function getApproverRepresentativePosition(): string
343343
344344 /**
345345 * @param string $appRepPosition
346- * @return CertificateRequest
346+ * @return ReissueRequest
347347 */
348- public function setApproverRepresentativePosition (string $ appRepPosition ): CertificateRequest
348+ public function setApproverRepresentativePosition (string $ appRepPosition ): ReissueRequest
349349 {
350350 $ this ->approverRepresentativePosition = $ appRepPosition ;
351351 return $ this ;
@@ -361,9 +361,9 @@ public function getApproverRepresentativeFirstName(): string
361361
362362 /**
363363 * @param string $appRepFirstName
364- * @return CertificateRequest
364+ * @return ReissueRequest
365365 */
366- public function setApproverRepresentativeFirstName (string $ appRepFirstName ): CertificateRequest
366+ public function setApproverRepresentativeFirstName (string $ appRepFirstName ): ReissueRequest
367367 {
368368 $ this ->approverRepresentativeFirstName = $ appRepFirstName ;
369369 return $ this ;
@@ -379,9 +379,9 @@ public function getApproverRepresentativeLastName(): string
379379
380380 /**
381381 * @param string $appRepLastName
382- * @return CertificateRequest
382+ * @return ReissueRequest
383383 */
384- public function setApproverRepresentativeLastName (string $ appRepLastName ): CertificateRequest
384+ public function setApproverRepresentativeLastName (string $ appRepLastName ): ReissueRequest
385385 {
386386 $ this ->approverRepresentativeLastName = $ appRepLastName ;
387387 return $ this ;
@@ -397,9 +397,9 @@ public function getApproverRepresentativeEmail(): string
397397
398398 /**
399399 * @param string $appRepEmail
400- * @return CertificateRequest
400+ * @return ReissueRequest
401401 */
402- public function setApproverRepresentativeEmail (string $ appRepEmail ): CertificateRequest
402+ public function setApproverRepresentativeEmail (string $ appRepEmail ): ReissueRequest
403403 {
404404 $ this ->approverRepresentativeEmail = $ appRepEmail ;
405405 return $ this ;
@@ -415,9 +415,9 @@ public function getApproverRepresentativePhone(): string
415415
416416 /**
417417 * @param string $appRepPhone
418- * @return CertificateRequest
418+ * @return ReissueRequest
419419 */
420- public function setApproverRepresentativePhone (string $ appRepPhone ): CertificateRequest
420+ public function setApproverRepresentativePhone (string $ appRepPhone ): ReissueRequest
421421 {
422422 $ this ->approverRepresentativePhone = $ appRepPhone ;
423423 return $ this ;
0 commit comments