Completed
Push — master ( 8204e8...4ebdbc )
by Sergey
05:00 queued 02:41
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.