Completed
Pull Request — master (#398)
by Kristof
03:34
created
src/Search/Sapi3CountingSearchService.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -78,7 +78,7 @@  discard block
 block discarded – undo
78 78
 
79 79
         $request = new Request(
80 80
             'GET',
81
-            (string) $url,
81
+            (string)$url,
82 82
             $headers
83 83
         );
84 84
 
@@ -88,6 +88,6 @@  discard block
 block discarded – undo
88 88
             $response->getBody()->getContents()
89 89
         );
90 90
 
91
-        return (int) $decodedResponse->{'totalItems'};
91
+        return (int)$decodedResponse->{'totalItems'};
92 92
     }
93 93
 }
Please login to merge, or discard this patch.