Skip to content

Commit b8aefcd

Browse files
oliverbjgithub-actions[bot]
authored andcommitted
Fix styling
1 parent 07dbbc8 commit b8aefcd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Cord.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -272,9 +272,9 @@ protected function fetch()
272272

273273
if ($this->asXml) {
274274
$xmlResponse = simplexml_load_string($xmlResponse);
275-
275+
276276
//We need to return the first subelement of the Data element, because the Data element is an array.
277-
return($xmlResponse->Data->children()[0]);
277+
return $xmlResponse->Data->children()[0];
278278
}
279279

280280
//If eAdapter response is successful, return data:

0 commit comments

Comments
 (0)