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
64
64
{
65
65
$ xml = SoapXml::fromString ($ this ->xmlContent ());
66
66
$ arguments = Arr::first (XMLSerializer::domNodeToArray ($ xml ->getBody ()));
67
+
67
68
return $ arguments ?? [];
68
69
}
69
70
}
Original file line number Diff line number Diff line change 9
9
use GuzzleHttp \Psr7 \Response as Psr7Response ;
10
10
use Illuminate \Support \Str ;
11
11
use Illuminate \Support \Traits \Macroable ;
12
- use PHPUnit \Framework \Assert as PHPUnit ;
13
12
14
13
class SoapFactory
15
14
{
@@ -85,11 +84,13 @@ public function isRecording()
85
84
return $ this ->recording ;
86
85
}
87
86
88
- public function getResponseSequences () {
87
+ public function getResponseSequences ()
88
+ {
89
89
return $ this ->responseSequences ;
90
90
}
91
91
92
- public function getRecorded () {
92
+ public function getRecorded ()
93
+ {
93
94
return $ this ->recorded ;
94
95
}
95
96
Original file line number Diff line number Diff line change 1
1
<?php
2
+
2
3
namespace CodeDredd \Soap ;
3
4
4
5
use CodeDredd \Soap \Client \Request ;
You can’t perform that action at this time.
0 commit comments