The expression return $this->getEntity() returns the type WBW\Library\HaveIBeenPwn...eenPwnedEntityInterface which includes types incompatible with the type-hinted return WBW\Library\HaveIBeenPwn...y\PasteAccountInterface.
Loading history...
49
}
50
51
/**
52
* Get the paste account request.
53
*
54
* @return PasteAccountRequest|null Returns the paste account request.
55
*/
56
public function getRequest(): ?PasteAccountRequest {
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...asteAccountRequest|null.
Loading history...
58
}
59
60
/**
61
* Get the pastes response.
62
*
63
* @return PastesResponse|null Returns the pastes 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\PastesResponse|null.