make CS happy :)

This commit is contained in:
Philipp Holzer 2021-08-20 22:11:36 +02:00
commit 9eba32226c
No known key found for this signature in database
GPG key ID: 9A28B7D4FF5667BD
3 changed files with 34 additions and 34 deletions

View file

@ -68,7 +68,7 @@ class GuzzleResponse extends Response implements IHTTPResult, ResponseInterface
}
if (!$this->isSuccess) {
Logger::notice('http error', ['url' => $this->url, 'code' => $this->getReturnCode(), 'error' => $this->error, 'callstack' => System::callstack(20)]);
Logger::notice('http error', ['url' => $this->url, 'code' => $this->getReturnCode(), 'error' => $this->error, 'callstack' => System::callstack(20)]);
Logger::debug('debug', ['info' => $this->getHeaders()]);
}