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