The expression return $this->getEntity() returns the type WBW\Library\HaveIBeenPwn...eenPwnedEntityInterface which includes types incompatible with the type-hinted return WBW\Library\HaveIBeenPwned\Entity\RangeInterface.
Loading history...
49
}
50
51
/**
52
* Get the range request.
53
*
54
* @return RangeRequest|null Returns the range request.
The expression return parent::getRequest() returns the type WBW\Library\HaveIBeenPwned\Request\AbstractRequest which includes types incompatible with the type-hinted return WBW\Library\HaveIBeenPwn...quest\RangeRequest|null.
Loading history...
58
}
59
60
/**
61
* Get the ranges response.
62
*
63
* @return RangesResponse|null Returns the ranges response.
The expression return parent::getResponse() returns the type WBW\Library\HaveIBeenPwn...sponse\AbstractResponse which includes types incompatible with the type-hinted return WBW\Library\HaveIBeenPwn...nse\RangesResponse|null.