Completed
Push — master ( ff27c7...45a7c8 )
by Welling
03:59
created
src/BaseClientRemote.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -258,7 +258,7 @@  discard block
 block discarded – undo
258 258
      */
259 259
     public function isPsr7Version()
260 260
     {
261
-        return (bool) version_compare(HTTPClient::VERSION, '6.0.0', '>=');
261
+        return (bool)version_compare(HTTPClient::VERSION, '6.0.0', '>=');
262 262
     }
263 263
 
264 264
     /**
@@ -371,7 +371,7 @@  discard block
 block discarded – undo
371 371
             $query = ArrayUtils::get($options, 'query');
372 372
             if ($query) {
373 373
                 $q = $request->getQuery();
374
-                foreach($query as $key => $value) {
374
+                foreach ($query as $key => $value) {
375 375
                     $q->set($key, $value);
376 376
                 }
377 377
             }
Please login to merge, or discard this patch.