The expression return $this->getEntity() could return the type WBW\Library\SmsMode\Entity\SmsModeEntityInterface which includes types incompatible with the type-hinted return WBW\Library\SmsMode\Enti...letingSmsInterface|null. Consider adding an additional type-check to rule them out.
Loading history...
49
}
50
51
/**
52
* Get the deleting SMS request.
53
*
54
* @return DeletingSmsRequest|null Returns the deleting SMS request.
55
*/
56
public function getRequest(): ?DeletingSmsRequest {
The expression return parent::getRequest() could return the type WBW\Library\SmsMode\Request\AbstractRequest which includes types incompatible with the type-hinted return WBW\Library\SmsMode\Requ...DeletingSmsRequest|null. Consider adding an additional type-check to rule them out.
Loading history...
58
}
59
60
/**
61
* Get the deleting SMS response.
62
*
63
* @return DeletingSmsResponse|null Returns the deleting SMS response.
64
*/
65
public function getResponse(): ?DeletingSmsResponse {
The expression return parent::getResponse() could return the type WBW\Library\SmsMode\Response\AbstractResponse which includes types incompatible with the type-hinted return WBW\Library\SmsMode\Resp...eletingSmsResponse|null. Consider adding an additional type-check to rule them out.