Completed
Branch master (a94ee0)
by methylbro
06:39
created
src/Response/TriggerCampaignWithResultResponse.php 1 patch
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -43,6 +43,6 @@
 block discarded – undo
43 43
      */
44 44
     public function getResult()
45 45
     {
46
-    	return $this->result;
46
+     return $this->result;
47 47
     }
48 48
 }
Please login to merge, or discard this patch.
src/ListInfo.php 1 patch
Indentation   +7 added lines, -7 removed lines patch added patch discarded remove patch
@@ -4,11 +4,11 @@
 block discarded – undo
4 4
 
5 5
 class ListInfo
6 6
 {
7
-	public $ID;
8
-	public $Name;
9
-	public $Description;
10
-	public $CreatedDate;
11
-	public $ModifiedDate;
12
-	public $Type;
13
-	public $Tag;
7
+ public $ID;
8
+ public $Name;
9
+ public $Description;
10
+ public $CreatedDate;
11
+ public $ModifiedDate;
12
+ public $Type;
13
+ public $Tag;
14 14
 }
Please login to merge, or discard this patch.