@@ -72,7 +72,7 @@ discard block |
||
72 | 72 | |
73 | 73 | $offerRequest = new Request( |
74 | 74 | 'GET', |
75 | - (string) $offerQuery, |
|
75 | + (string)$offerQuery, |
|
76 | 76 | $headers |
77 | 77 | ); |
78 | 78 | |
@@ -83,7 +83,7 @@ discard block |
||
83 | 83 | |
84 | 84 | $offerIds = array_reduce( |
85 | 85 | $searchResponseData->{'member'}, |
86 | - function (OfferIdentifierCollection $offerIds, $item) { |
|
86 | + function(OfferIdentifierCollection $offerIds, $item) { |
|
87 | 87 | return $offerIds->with( |
88 | 88 | $this->offerIdentifier->fromIri(Url::fromNative($item->{'@id'})) |
89 | 89 | ); |