Completed
Push — master ( fb348d...7e59e5 )
by Mathew
02:03
created
src/MondoClientInterface.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -17,7 +17,7 @@
 block discarded – undo
17 17
      *
18 18
      * @return mixed
19 19
      */
20
-    public function get($uri, $options = []);
20
+    public function get($uri, $options = [ ]);
21 21
 
22 22
     /**
23 23
      * @param ResponseInterface $data
Please login to merge, or discard this patch.
src/MondoClient.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -41,7 +41,7 @@
 block discarded – undo
41 41
      *
42 42
      * @return \Psr\Http\Message\ResponseInterface
43 43
      */
44
-    public function get($uri, $options = [])
44
+    public function get($uri, $options = [ ])
45 45
     {
46 46
         return $this->guzzleClient->request('GET', $uri, $options);
47 47
     }
Please login to merge, or discard this patch.