File tree Expand file tree Collapse file tree 3 files changed +6
-3
lines changed Expand file tree Collapse file tree 3 files changed +6
-3
lines changed Original file line number Diff line number Diff line change @@ -64,6 +64,7 @@ public function arguments(): array
6464 {
6565 $ xml = SoapXml::fromString ($ this ->xmlContent ());
6666 $ arguments = Arr::first (XMLSerializer::domNodeToArray ($ xml ->getBody ()));
67+
6768 return $ arguments ?? [];
6869 }
6970}
Original file line number Diff line number Diff line change 99use GuzzleHttp \Psr7 \Response as Psr7Response ;
1010use Illuminate \Support \Str ;
1111use Illuminate \Support \Traits \Macroable ;
12- use PHPUnit \Framework \Assert as PHPUnit ;
1312
1413class SoapFactory
1514{
@@ -85,11 +84,13 @@ public function isRecording()
8584 return $ this ->recording ;
8685 }
8786
88- public function getResponseSequences () {
87+ public function getResponseSequences ()
88+ {
8989 return $ this ->responseSequences ;
9090 }
9191
92- public function getRecorded () {
92+ public function getRecorded ()
93+ {
9394 return $ this ->recorded ;
9495 }
9596
Original file line number Diff line number Diff line change 11<?php
2+
23namespace CodeDredd \Soap ;
34
45use CodeDredd \Soap \Client \Request ;
You can’t perform that action at this time.
0 commit comments