We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8112fe1 commit d9327e1Copy full SHA for d9327e1
src/Phpforce/SoapClient/Soap/SoapClient.php
100644
100755
@@ -26,6 +26,7 @@ public function getSoapTypes()
26
27
$soapTypes = $this->__getTypes();
28
foreach ($soapTypes as $soapType) {
29
+ $properties = array();
30
$lines = explode("\n", $soapType);
31
if (!preg_match('/struct (.*) {/', $lines[0], $matches)) {
32
continue;
0 commit comments