Completed
Branch master (6ea6e9)
by Welling
14:07
created
src/BaseClientRemote.php 2 patches
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -237,7 +237,7 @@
 block discarded – undo
237 237
 
238 238
         if ($query) {
239 239
             $q = $request->getQuery();
240
-            foreach($query as $key => $value) {
240
+            foreach ($query as $key => $value) {
241 241
                 $q->set($key, $value);
242 242
             }
243 243
         }
Please login to merge, or discard this patch.
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -247,8 +247,8 @@
 block discarded – undo
247 247
     /**
248 248
      * Perform a HTTP Request
249 249
      *
250
-     * @param $method
251
-     * @param $path
250
+     * @param string $method
251
+     * @param string $path
252 252
      * @param array $params
253 253
      *
254 254
      * @return Entry|EntryCollection
Please login to merge, or discard this patch.