Completed
Pull Request — master (#12)
by Sergey
02:44
created
src/Adapters/GuzzleHttpAdater.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -14,6 +14,9 @@
 block discarded – undo
14 14
      */
15 15
     protected $client;
16 16
 
17
+    /**
18
+     * @param string $baseUrl
19
+     */
17 20
     public function __construct($baseUrl)
18 21
     {
19 22
         $this->client = new Client(['base_uri' => $baseUrl]);
Please login to merge, or discard this patch.