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 07dbbc8 commit b8aefcdCopy full SHA for b8aefcd
src/Cord.php
@@ -272,9 +272,9 @@ protected function fetch()
272
273
if ($this->asXml) {
274
$xmlResponse = simplexml_load_string($xmlResponse);
275
-
+
276
//We need to return the first subelement of the Data element, because the Data element is an array.
277
- return($xmlResponse->Data->children()[0]);
+ return $xmlResponse->Data->children()[0];
278
}
279
280
//If eAdapter response is successful, return data:
0 commit comments