File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 22
33namespace Hengebytes \SoapCoreAsyncBundle \Engine ;
44
5+ use Hengebytes \SoapCoreAsyncBundle \Response \SoapResponse ;
56use Psr \Http \Message \RequestInterface ;
67use Soap \Engine \Driver ;
78use Soap \Engine \HttpBinding \SoapRequest ;
1011use Soap \Xml \Manipulator \PrependSoapHeaders ;
1112use Symfony \Contracts \HttpClient \HttpClientInterface ;
1213use Symfony \Contracts \HttpClient \ResponseInterface ;
13- use SynxisBundle \Response \SoapResponse ;
1414use VeeWee \Xml \Dom \Document ;
1515
1616readonly class AsyncEngine
Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ abstract class AsyncEngineFactory
2020 public static function createFromWSDL (string $ location , HttpClientInterface $ httpClient ): AsyncEngine
2121 {
2222 if (!isset (self ::$ engines [$ location ])) {
23- $ wsdl = (new Wsdl1Reader ) (new FlatteningLoader (new StreamWrapperLoader ()))(
23+ $ wsdl = (new Wsdl1Reader (new FlatteningLoader (new StreamWrapperLoader () )))(
2424 $ location ,
2525 ParserContext::defaults ()
2626 );
You can’t perform that action at this time.
0 commit comments