We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0916201 commit b998532Copy full SHA for b998532
1 file changed
src/Exceptions/DhlParcelException.php
@@ -93,7 +93,7 @@ public function getResponse()
93
* @return object
94
* @throws \Mvdnbrk\DhlParcel\Exceptions\DhlParcelException
95
*/
96
- protected static function parseResponseBody($response)
+ protected static function parseResponseBody(ResponseInterface $response)
97
{
98
$body = (string) $response->getBody();
99
0 commit comments