Completed
Push — master ( d1bcf2...adf52e )
by Kristof
35:47
created
src/Search/Sapi3SearchService.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -58,7 +58,7 @@  discard block
 block discarded – undo
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
 block discarded – undo
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
                 );
Please login to merge, or discard this patch.