Skip to content

Commit b998532

Browse files
committed
Adds type hint.
1 parent 0916201 commit b998532

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/Exceptions/DhlParcelException.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ public function getResponse()
9393
* @return object
9494
* @throws \Mvdnbrk\DhlParcel\Exceptions\DhlParcelException
9595
*/
96-
protected static function parseResponseBody($response)
96+
protected static function parseResponseBody(ResponseInterface $response)
9797
{
9898
$body = (string) $response->getBody();
9999

0 commit comments

Comments
 (0)