Fix 4 PHPStan errors

This commit is contained in:
Art4 2025-02-25 15:26:16 +00:00
parent 8e7676bfd8
commit 35d95b991b
5 changed files with 65 additions and 81 deletions

View file

@ -100,7 +100,7 @@ class GuzzleResponse extends Response implements ICanHandleHttpResponses, Respon
/** {@inheritDoc} */
public function getReturnCode(): string
{
return $this->getStatusCode();
return (string) $this->getStatusCode();
}
/** {@inheritDoc} */