update lock clucknut
All checks were successful
All checks were successful
This commit is contained in:
@@ -28,7 +28,12 @@ protected function payload(
|
||||
StructureShape $member,
|
||||
array &$result
|
||||
) {
|
||||
$result += $this->parseMemberFromStream($response->getBody(), $member, $response);
|
||||
$body = $response->getBody();
|
||||
if ($body->isSeekable()) {
|
||||
$body->rewind();
|
||||
}
|
||||
|
||||
$result += $this->parseMemberFromStream($body, $member, $response);
|
||||
}
|
||||
|
||||
public function parseMemberFromStream(
|
||||
|
||||
Reference in New Issue
Block a user