@@ -58,7 +58,7 @@ discard block |
||
58 | 58 | |
59 | 59 | $offerRequest = new Request( |
60 | 60 | 'GET', |
61 | - (string) $offerQuery |
|
61 | + (string)$offerQuery |
|
62 | 62 | ); |
63 | 63 | |
64 | 64 | $searchResponseData = json_decode($this->httpClient |
@@ -68,7 +68,7 @@ discard block |
||
68 | 68 | |
69 | 69 | $offerIds = array_reduce( |
70 | 70 | $searchResponseData->{'member'}, |
71 | - function (OfferIdentifierCollection $offerIds, $item) { |
|
71 | + function(OfferIdentifierCollection $offerIds, $item) { |
|
72 | 72 | return $offerIds->with( |
73 | 73 | $this->offerIdentifier->fromIri(Url::fromNative($item->{'@id'})) |
74 | 74 | ); |