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...DataClassesRequest|null.
Loading history...
46
}
47
48
/**
49
* Get the data classes response.
50
*
51
* @return DataClassesResponse|null Returns the data classes response.
52
*/
53
public function getResponse(): ?DataClassesResponse {
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...ataClassesResponse|null.