Completed
Branch master (7afacf)
by Tristan
33:00
created
Api/Statistics.php 1 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.