Completed
Branch master (7afacf)
by Tristan
33:00
created
Api/Statistics.php 2 patches
Doc Comments   +4 added lines, -1 removed lines patch added patch discarded remove patch
@@ -64,6 +64,9 @@  discard block
 block discarded – undo
64 64
         $this->test      = $test;
65 65
     }
66 66
 
67
+    /**
68
+     * @param string $api
69
+     */
67 70
     protected function buildDefaultQuery($api)
68 71
     {
69 72
         $this->request = $this->client->createRequest(self::DEFAULT_METHOD_POST, $this->baseUrl);
@@ -250,7 +253,7 @@  discard block
 block discarded – undo
250 253
     }
251 254
 
252 255
     /**
253
-     * @return array|Response|null
256
+     * @return Response
254 257
      */
255 258
     protected function sendRequest()
256 259
     {
Please login to merge, or discard this patch.
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -19,8 +19,8 @@
 block discarded – undo
19 19
 class Statistics
20 20
 {
21 21
     const DEFAULT_METHOD_POST = 'POST';
22
-    const API_BASE_STAT_PARAMETER  = 'stat';
23
-    const API_BASE_CT_PARAMETER  = 'ct';
22
+    const API_BASE_STAT_PARAMETER = 'stat';
23
+    const API_BASE_CT_PARAMETER = 'ct';
24 24
 
25 25
     /**
26 26
      * @var $client Client
Please login to merge, or discard this patch.