The expression return $this->getEntity() returns the type WBW\Library\HaveIBeenPwn...eenPwnedEntityInterface which includes types incompatible with the type-hinted return WBW\Library\HaveIBeenPwn...ntity\BreachesInterface.
Loading history...
49
}
50
51
/**
52
* Get the breaches request.
53
*
54
* @return BreachesRequest|null Returns the breaches 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...st\BreachesRequest|null.
Loading history...
58
}
59
60
/**
61
* Get the breaches response.
62
*
63
* @return BreachesResponse|null Returns the breaches response.
64
*/
65
public function getResponse(): ?BreachesResponse {
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...e\BreachesResponse|null.