Skip to content

Commit 6213d9d

Browse files
committed
Removed initials and date from the comment
1 parent 1f9d4d3 commit 6213d9d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/Phpforce/SoapClient/Soap/SoapClient.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ public function getSoapTypes()
4141
$properties[$matches[2]] = $matches[1];
4242
}
4343

44-
// IK 4.4.2015: Since every object extends sObject, need to append sObject elements to all native and custom objects
44+
// Since every object extends sObject, need to append sObject elements to all native and custom objects
4545
if ($typeName !== 'sObject' && array_key_exists('sObject', $this->types)) {
4646
$properties = array_merge($properties, $this->types['sObject']);
4747
}

0 commit comments

Comments
 (0)