summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorJoas Schilling <213943+nickvergessen@users.noreply.github.com>2023-11-22 18:55:50 +0100
committerGitHub <noreply@github.com>2023-11-22 18:55:50 +0100
commitb0faa1f800217db399f8f591245e1415b20160a9 (patch)
tree1131f1e84d78938001a573da992162582e778545 /tests
parent202a83fe4c05f19b8fc4c881ee83f69b23ba8070 (diff)
parent2bf59e1718c235c216ea37ff4d149386da9b65cf (diff)
Merge pull request #10970 from nextcloud/bugfix/9656/correctly-notify-admins-on-hpb-expiration
fix(hosted-hpb): Correctly handle API response when the account expir…
Diffstat (limited to 'tests')
-rw-r--r--tests/stubs/GuzzleHttp_Exception_ServerException.php4
1 files changed, 1 insertions, 3 deletions
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 {
}