Completed
Push — master ( fab45b...055e60 )
by Marin
02:42
created
src/Client.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -35,7 +35,7 @@  discard block
 block discarded – undo
35 35
     }
36 36
 
37 37
     /**
38
-     * @param null $url
38
+     * @param string $url
39 39
      * @param array $options
40 40
      * @throws \Exception
41 41
      * @return \GuzzleHttp\Message\ResponseInterface
@@ -59,7 +59,7 @@  discard block
 block discarded – undo
59 59
     }
60 60
 
61 61
     /**
62
-     * @param null $url
62
+     * @param string $url
63 63
      * @param array $options
64 64
      * @return \GuzzleHttp\Message\ResponseInterface|null
65 65
      */
Please login to merge, or discard this patch.