From 1b6265b133044f32e63abae60cf34cf3292fc47c Mon Sep 17 00:00:00 2001 From: Joas Schilling Date: Wed, 22 Nov 2023 11:01:53 +0100 Subject: fix(hosted-hpb): Correctly handle API response when the account expired or was deleted Signed-off-by: Joas Schilling --- tests/stubs/GuzzleHttp_Exception_ServerException.php | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'tests') diff --git a/tests/stubs/GuzzleHttp_Exception_ServerException.php b/tests/stubs/GuzzleHttp_Exception_ServerException.php index cd9e72548..5ce499c2d 100644 --- a/tests/stubs/GuzzleHttp_Exception_ServerException.php +++ b/tests/stubs/GuzzleHttp_Exception_ServerException.php @@ -2,11 +2,9 @@ namespace GuzzleHttp\Exception; -use Psr\Http\Message\ResponseInterface; - class ServerException extends \RuntimeException { - public function getResponse(): ResponseInterface { + public function getResponse() { } public function hasResponse(): bool { } -- cgit v1.2.3