We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1f9d4d3 commit 6213d9dCopy full SHA for 6213d9d
1 file changed
src/Phpforce/SoapClient/Soap/SoapClient.php
@@ -41,7 +41,7 @@ public function getSoapTypes()
41
$properties[$matches[2]] = $matches[1];
42
}
43
44
- // IK 4.4.2015: Since every object extends sObject, need to append sObject elements to all native and custom objects
+ // Since every object extends sObject, need to append sObject elements to all native and custom objects
45
if ($typeName !== 'sObject' && array_key_exists('sObject', $this->types)) {
46
$properties = array_merge($properties, $this->types['sObject']);
47
0 commit comments