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\BreachInterface.
Loading history...
49
}
50
51
/**
52
* Get the breach request.
53
*
54
* @return BreachRequest|null Returns the breach 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...uest\BreachRequest|null.
Loading history...
58
}
59
60
/**
61
* Get the breach 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.