Completed
Push — master ( 28e149...cc2c18 )
by Davis
03:19
created
src/Davispeixoto/ForceDotComToolkitForPhp/PackageVersionHeader.php 1 patch
Indentation   +14 added lines, -14 removed lines patch added patch discarded remove patch
@@ -28,21 +28,21 @@
 block discarded – undo
28 28
 
29 29
 class PackageVersionHeader
30 30
 {
31
-    /**
32
-     * @var array $packageVersions
33
-     */
34
-    public $packageVersions;
31
+	/**
32
+	 * @var array $packageVersions
33
+	 */
34
+	public $packageVersions;
35 35
 
36
-    /**
37
-     * Class constructor.
38
-     *
39
-     * @param array $packageVersions
40
-     * @return void
41
-     */
42
-    public function __construct($packageVersions)
43
-    {
44
-        $this->packageVersions = $packageVersions;
45
-    }
36
+	/**
37
+	 * Class constructor.
38
+	 *
39
+	 * @param array $packageVersions
40
+	 * @return void
41
+	 */
42
+	public function __construct($packageVersions)
43
+	{
44
+		$this->packageVersions = $packageVersions;
45
+	}
46 46
 }
47 47
 
48 48
 
Please login to merge, or discard this patch.
src/Davispeixoto/ForceDotComToolkitForPhp/AllowFieldTruncationHeader.php 1 patch
Indentation   +5 added lines, -5 removed lines patch added patch discarded remove patch
@@ -28,12 +28,12 @@
 block discarded – undo
28 28
 
29 29
 class AllowFieldTruncationHeader
30 30
 {
31
-    public $allowFieldTruncation;
31
+	public $allowFieldTruncation;
32 32
 
33
-    public function __construct($allowFieldTruncation)
34
-    {
35
-        $this->allowFieldTruncation = $allowFieldTruncation;
36
-    }
33
+	public function __construct($allowFieldTruncation)
34
+	{
35
+		$this->allowFieldTruncation = $allowFieldTruncation;
36
+	}
37 37
 }
38 38
 
39 39
 ?>
Please login to merge, or discard this patch.
src/Davispeixoto/ForceDotComToolkitForPhp/SforceFieldTypes.php 1 patch
Indentation   +13 added lines, -13 removed lines patch added patch discarded remove patch
@@ -28,23 +28,23 @@
 block discarded – undo
28 28
 
29 29
 class SforceFieldTypes
30 30
 {
31
-    const DEPLOYMENT_STATUS_INDEVELOPMENT = 'InDevelopment';
32
-    const DEPLOYMENT_STATUS_DEPLOYED = 'Deployed';
31
+	const DEPLOYMENT_STATUS_INDEVELOPMENT = 'InDevelopment';
32
+	const DEPLOYMENT_STATUS_DEPLOYED = 'Deployed';
33 33
 
34
-    const GENDER_NEUTER = 'Neuter';
35
-    const GENDER_MASCULINE = 'Masculine';
36
-    const GENDER_FEMININE = 'Feminine';
34
+	const GENDER_NEUTER = 'Neuter';
35
+	const GENDER_MASCULINE = 'Masculine';
36
+	const GENDER_FEMININE = 'Feminine';
37 37
 
38
-    const SHARING_MODEL_PRIVATE = 'Private';
39
-    const SHARING_MODEL_READ = 'Read';
40
-    const SHARING_MODEL_READWRITE = 'ReadWrite';
38
+	const SHARING_MODEL_PRIVATE = 'Private';
39
+	const SHARING_MODEL_READ = 'Read';
40
+	const SHARING_MODEL_READWRITE = 'ReadWrite';
41 41
 
42
-    const STARTS_WITH_CONSONANT = 'Consonant';
43
-    const STARTS_WITH_VOWEL = 'Vowel';
44
-    const STARTS_WITH_SPECIAL = 'Special';
42
+	const STARTS_WITH_CONSONANT = 'Consonant';
43
+	const STARTS_WITH_VOWEL = 'Vowel';
44
+	const STARTS_WITH_SPECIAL = 'Special';
45 45
 
46
-    const TREAT_BLANKS_AS_BLANK = 'BlankAsBlank';
47
-    const TREAT_BLANKS_AS_ZERO = 'BlankAsZero';
46
+	const TREAT_BLANKS_AS_BLANK = 'BlankAsBlank';
47
+	const TREAT_BLANKS_AS_ZERO = 'BlankAsZero';
48 48
 }
49 49
 
50 50
 ?>
Please login to merge, or discard this patch.
src/Davispeixoto/ForceDotComToolkitForPhp/UserTerritoryDeleteHeader.php 1 patch
Indentation   +5 added lines, -5 removed lines patch added patch discarded remove patch
@@ -28,12 +28,12 @@
 block discarded – undo
28 28
 
29 29
 class UserTerritoryDeleteHeader
30 30
 {
31
-    public $transferToUserId;
31
+	public $transferToUserId;
32 32
 
33
-    public function __construct($transferToUserId)
34
-    {
35
-        $this->transferToUserId = $transferToUserId;
36
-    }
33
+	public function __construct($transferToUserId)
34
+	{
35
+		$this->transferToUserId = $transferToUserId;
36
+	}
37 37
 }
38 38
 
39 39
 ?>
Please login to merge, or discard this patch.
src/Davispeixoto/ForceDotComToolkitForPhp/LocaleOptions.php 1 patch
Indentation   +11 added lines, -11 removed lines patch added patch discarded remove patch
@@ -29,18 +29,18 @@
 block discarded – undo
29 29
 
30 30
 class LocaleOptions
31 31
 {
32
-    public $language;
32
+	public $language;
33 33
 
34
-    /**
35
-     * Class constructor.
36
-     *
37
-     * @param string $language
38
-     * @return void
39
-     */
40
-    public function __construct($language)
41
-    {
42
-        $this->language = $language;
43
-    }
34
+	/**
35
+	 * Class constructor.
36
+	 *
37
+	 * @param string $language
38
+	 * @return void
39
+	 */
40
+	public function __construct($language)
41
+	{
42
+		$this->language = $language;
43
+	}
44 44
 }
45 45
 
46 46
 ?>
Please login to merge, or discard this patch.
src/Davispeixoto/ForceDotComToolkitForPhp/EmailHeader.php 1 patch
Indentation   +12 added lines, -12 removed lines patch added patch discarded remove patch
@@ -28,19 +28,19 @@
 block discarded – undo
28 28
 
29 29
 class EmailHeader
30 30
 {
31
-    public $triggerAutoResponseEmail;
32
-    public $triggerOtherEmail;
33
-    public $triggerUserEmail;
31
+	public $triggerAutoResponseEmail;
32
+	public $triggerOtherEmail;
33
+	public $triggerUserEmail;
34 34
 
35
-    public function __construct(
36
-        $triggerAutoResponseEmail = false,
37
-        $triggerOtherEmail = false,
38
-        $triggerUserEmail = false
39
-    ) {
40
-        $this->triggerAutoResponseEmail = $triggerAutoResponseEmail;
41
-        $this->triggerOtherEmail = $triggerOtherEmail;
42
-        $this->triggerUserEmail = $triggerUserEmail;
43
-    }
35
+	public function __construct(
36
+		$triggerAutoResponseEmail = false,
37
+		$triggerOtherEmail = false,
38
+		$triggerUserEmail = false
39
+	) {
40
+		$this->triggerAutoResponseEmail = $triggerAutoResponseEmail;
41
+		$this->triggerOtherEmail = $triggerOtherEmail;
42
+		$this->triggerUserEmail = $triggerUserEmail;
43
+	}
44 44
 }
45 45
 
46 46
 ?>
Please login to merge, or discard this patch.
src/Davispeixoto/ForceDotComToolkitForPhp/SforceCustomField.php 1 patch
Indentation   +139 added lines, -139 removed lines patch added patch discarded remove patch
@@ -28,145 +28,145 @@
 block discarded – undo
28 28
 
29 29
 class SforceCustomField
30 30
 {
31
-    public function setCaseSensitive($caseSensitive)
32
-    {
33
-        $this->caseSensitive = $caseSensitive;
34
-    }
35
-
36
-    public function setDefaultValue($defaultValue)
37
-    {
38
-        $this->defaultValue = $defaultValue;
39
-    }
40
-
41
-    public function setDescription($description)
42
-    {
43
-        $this->description = $description;
44
-    }
45
-
46
-    public function setDisplayFormat($displayFormat)
47
-    {
48
-        $this->displayFormat = $displayFormat;
49
-    }
50
-
51
-    public function setExternalId($externalId)
52
-    {
53
-        $this->externalId = $externalId;
54
-    }
55
-
56
-    public function setFormula($formula)
57
-    {
58
-        $this->formula = $formula;
59
-    }
60
-
61
-    public function setFormulaTreatBlankAs($formulaTreatBlankAs)
62
-    {
63
-        $this->formulaTreatBlankAs = $formulaTreatBlankAs;
64
-    }
65
-
66
-    public function setFullName($fullName)
67
-    {
68
-        $this->fullName = $fullName;
69
-    }
70
-
71
-    public function setInlineHelpText($inlineHelpText)
72
-    {
73
-        $this->inlineHelpText = $inlineHelpText;
74
-    }
75
-
76
-    public function setLabel($label)
77
-    {
78
-        $this->label = $label;
79
-    }
80
-
81
-    public function setLength($length)
82
-    {
83
-        $this->length = $length;
84
-    }
85
-
86
-    public function setMaskChar($maskChar)
87
-    {
88
-        $this->maskChar = $maskChar;
89
-    }
90
-
91
-    public function setMaskType($maskType)
92
-    {
93
-        $this->maskType = $maskType;
94
-    }
95
-
96
-    public function setPicklist($picklist)
97
-    {
98
-        $this->picklist = $picklist;
99
-    }
100
-
101
-    public function setPopulateExistingRows($populateExistingRows)
102
-    {
103
-        $this->populateExistingRows = $populateExistingRows;
104
-    }
105
-
106
-    public function setPrecision($precision)
107
-    {
108
-        $this->precision = $precision;
109
-    }
110
-
111
-    public function setReferenceTo($referenceTo)
112
-    {
113
-        $this->referenceTo = $referenceTo;
114
-    }
115
-
116
-    public function setRelationshipName($relationshipName)
117
-    {
118
-        $this->relationshipName = $relationshipName;
119
-    }
120
-
121
-    public function setRequired($required)
122
-    {
123
-        $this->required = $required;
124
-    }
125
-
126
-    public function setScale($scale)
127
-    {
128
-        $this->scale = $scale;
129
-    }
130
-
131
-    public function setStartingNumber($startingNumber)
132
-    {
133
-        $this->startingNumber = $startingNumber;
134
-    }
135
-
136
-    public function setSummarizeField($summarizeField)
137
-    {
138
-        $this->summarizeField = $summarizeField;
139
-    }
140
-
141
-    public function setSummaryFilterItems($summaryFilterItems)
142
-    {
143
-        $this->summaryFilterItems = $summaryFilterItems;
144
-    }
145
-
146
-    public function setSummaryForeignKey($summaryForeignKey)
147
-    {
148
-        $this->summaryForeignKey = $summaryForeignKey;
149
-    }
150
-
151
-    public function setSummaryOperation($summaryOperation)
152
-    {
153
-        $this->summaryOperation = $summaryOperation;
154
-    }
155
-
156
-    public function setType($type)
157
-    {
158
-        $this->type = $type;
159
-    }
160
-
161
-    public function setUnique($unique)
162
-    {
163
-        $this->unique = $unique;
164
-    }
165
-
166
-    public function setVisibleLines($visibleLines)
167
-    {
168
-        $this->visibleLines = $visibleLines;
169
-    }
31
+	public function setCaseSensitive($caseSensitive)
32
+	{
33
+		$this->caseSensitive = $caseSensitive;
34
+	}
35
+
36
+	public function setDefaultValue($defaultValue)
37
+	{
38
+		$this->defaultValue = $defaultValue;
39
+	}
40
+
41
+	public function setDescription($description)
42
+	{
43
+		$this->description = $description;
44
+	}
45
+
46
+	public function setDisplayFormat($displayFormat)
47
+	{
48
+		$this->displayFormat = $displayFormat;
49
+	}
50
+
51
+	public function setExternalId($externalId)
52
+	{
53
+		$this->externalId = $externalId;
54
+	}
55
+
56
+	public function setFormula($formula)
57
+	{
58
+		$this->formula = $formula;
59
+	}
60
+
61
+	public function setFormulaTreatBlankAs($formulaTreatBlankAs)
62
+	{
63
+		$this->formulaTreatBlankAs = $formulaTreatBlankAs;
64
+	}
65
+
66
+	public function setFullName($fullName)
67
+	{
68
+		$this->fullName = $fullName;
69
+	}
70
+
71
+	public function setInlineHelpText($inlineHelpText)
72
+	{
73
+		$this->inlineHelpText = $inlineHelpText;
74
+	}
75
+
76
+	public function setLabel($label)
77
+	{
78
+		$this->label = $label;
79
+	}
80
+
81
+	public function setLength($length)
82
+	{
83
+		$this->length = $length;
84
+	}
85
+
86
+	public function setMaskChar($maskChar)
87
+	{
88
+		$this->maskChar = $maskChar;
89
+	}
90
+
91
+	public function setMaskType($maskType)
92
+	{
93
+		$this->maskType = $maskType;
94
+	}
95
+
96
+	public function setPicklist($picklist)
97
+	{
98
+		$this->picklist = $picklist;
99
+	}
100
+
101
+	public function setPopulateExistingRows($populateExistingRows)
102
+	{
103
+		$this->populateExistingRows = $populateExistingRows;
104
+	}
105
+
106
+	public function setPrecision($precision)
107
+	{
108
+		$this->precision = $precision;
109
+	}
110
+
111
+	public function setReferenceTo($referenceTo)
112
+	{
113
+		$this->referenceTo = $referenceTo;
114
+	}
115
+
116
+	public function setRelationshipName($relationshipName)
117
+	{
118
+		$this->relationshipName = $relationshipName;
119
+	}
120
+
121
+	public function setRequired($required)
122
+	{
123
+		$this->required = $required;
124
+	}
125
+
126
+	public function setScale($scale)
127
+	{
128
+		$this->scale = $scale;
129
+	}
130
+
131
+	public function setStartingNumber($startingNumber)
132
+	{
133
+		$this->startingNumber = $startingNumber;
134
+	}
135
+
136
+	public function setSummarizeField($summarizeField)
137
+	{
138
+		$this->summarizeField = $summarizeField;
139
+	}
140
+
141
+	public function setSummaryFilterItems($summaryFilterItems)
142
+	{
143
+		$this->summaryFilterItems = $summaryFilterItems;
144
+	}
145
+
146
+	public function setSummaryForeignKey($summaryForeignKey)
147
+	{
148
+		$this->summaryForeignKey = $summaryForeignKey;
149
+	}
150
+
151
+	public function setSummaryOperation($summaryOperation)
152
+	{
153
+		$this->summaryOperation = $summaryOperation;
154
+	}
155
+
156
+	public function setType($type)
157
+	{
158
+		$this->type = $type;
159
+	}
160
+
161
+	public function setUnique($unique)
162
+	{
163
+		$this->unique = $unique;
164
+	}
165
+
166
+	public function setVisibleLines($visibleLines)
167
+	{
168
+		$this->visibleLines = $visibleLines;
169
+	}
170 170
 }
171 171
 
172 172
 ?>
Please login to merge, or discard this patch.
src/Davispeixoto/ForceDotComToolkitForPhp/ProxySettings.php 1 patch
Indentation   +4 added lines, -4 removed lines patch added patch discarded remove patch
@@ -27,10 +27,10 @@
 block discarded – undo
27 27
  */
28 28
 class ProxySettings
29 29
 {
30
-    public $host;
31
-    public $port;
32
-    public $login;
33
-    public $password;
30
+	public $host;
31
+	public $port;
32
+	public $login;
33
+	public $password;
34 34
 }
35 35
 
36 36
 ?>
Please login to merge, or discard this patch.
src/Davispeixoto/ForceDotComToolkitForPhp/Email.php 1 patch
Indentation   +33 added lines, -33 removed lines patch added patch discarded remove patch
@@ -28,46 +28,46 @@
 block discarded – undo
28 28
 
29 29
 class Email
30 30
 {
31
-    const EMAIL_PRIORITY_HIGHEST = 'Highest';
32
-    const EMAIL_PRIORITY_HIGH = 'High';
33
-    const EMAIL_PRIORITY_NORMAL = 'Normal';
34
-    const EMAIL_PRIORITY_LOW = 'Low';
35
-    const EMAIL_PRIORITY_LOWEST = 'Lowest';
31
+	const EMAIL_PRIORITY_HIGHEST = 'Highest';
32
+	const EMAIL_PRIORITY_HIGH = 'High';
33
+	const EMAIL_PRIORITY_NORMAL = 'Normal';
34
+	const EMAIL_PRIORITY_LOW = 'Low';
35
+	const EMAIL_PRIORITY_LOWEST = 'Lowest';
36 36
 
37
-    public function setBccSender($bccSender)
38
-    {
39
-        $this->bccSender = $bccSender;
40
-    }
37
+	public function setBccSender($bccSender)
38
+	{
39
+		$this->bccSender = $bccSender;
40
+	}
41 41
 
42
-    public function setEmailPriority($priority)
43
-    {
44
-        $this->emailPriority = $priority;
45
-    }
42
+	public function setEmailPriority($priority)
43
+	{
44
+		$this->emailPriority = $priority;
45
+	}
46 46
 
47
-    public function setSubject($subject)
48
-    {
49
-        $this->subject = $subject;
50
-    }
47
+	public function setSubject($subject)
48
+	{
49
+		$this->subject = $subject;
50
+	}
51 51
 
52
-    public function setSaveAsActivity($saveAsActivity)
53
-    {
54
-        $this->saveAsActivity = $saveAsActivity;
55
-    }
52
+	public function setSaveAsActivity($saveAsActivity)
53
+	{
54
+		$this->saveAsActivity = $saveAsActivity;
55
+	}
56 56
 
57
-    public function setReplyTo($replyTo)
58
-    {
59
-        $this->replyTo = $replyTo;
60
-    }
57
+	public function setReplyTo($replyTo)
58
+	{
59
+		$this->replyTo = $replyTo;
60
+	}
61 61
 
62
-    public function setUseSignature($useSignature)
63
-    {
64
-        $this->useSignature = $useSignature;
65
-    }
62
+	public function setUseSignature($useSignature)
63
+	{
64
+		$this->useSignature = $useSignature;
65
+	}
66 66
 
67
-    public function setSenderDisplayName($name)
68
-    {
69
-        $this->senderDisplayName = $name;
70
-    }
67
+	public function setSenderDisplayName($name)
68
+	{
69
+		$this->senderDisplayName = $name;
70
+	}
71 71
 }
72 72
 
73 73
 ?>
Please login to merge, or discard this patch.