Completed
Push — master ( 92de3c...8204e8 )
by Sergey
03:09 queued 28s
created
src/Request.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -12,6 +12,9 @@
 block discarded – undo
12 12
     private $client;
13 13
     private $token;
14 14
 
15
+    /**
16
+     * @param string $token
17
+     */
15 18
     public function __construct(HttpInterface $http, $token = null)
16 19
     {
17 20
         $http->setBaseUrl(self::BASE_URL);
Please login to merge, or discard this patch.