Skip to content

Commit 9f4d272

Browse files
committed
Remove OTV
1 parent f0bcff3 commit 9f4d272

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

http_client.rst

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2192,9 +2192,8 @@ test it in a real application::
21922192
// ... other checks
21932193

21942194
$responseJson = $response->getContent();
2195-
$responseData = json_decode($responseJson, true, 512, JSON_THROW_ON_ERROR);
21962195

2197-
return $responseData;
2196+
return json_decode($responseJson, true, 512, JSON_THROW_ON_ERROR);
21982197
}
21992198
}
22002199

0 commit comments

Comments
 (0)