Skip to content

Commit 1ef561a

Browse files
CodeDreddgithub-actions[bot]
authored andcommitted
Fix styling
1 parent 8c3c626 commit 1ef561a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/Client/Request.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -157,6 +157,7 @@ public function arguments(): array
157157
{
158158
$doc = Document::fromXmlString($this->body());
159159
$method = $doc->locate(new SoapBodyLocator());
160+
160161
return Arr::wrap(Arr::get(element_decode($method, traverse(new RemoveNamespaces())), 'Body', []));
161162
}
162163

0 commit comments

Comments
 (0)