We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e3f3717 commit 6612983Copy full SHA for 6612983
1 file changed
src/VCR/Util/SoapClient.php
@@ -37,7 +37,7 @@ public function __construct(?string $wsdl, array $options = [])
37
*
38
* Requests will be intercepted if the library hook is enabled.
39
*/
40
- public function __doRequest(string $request, string $location, string $action, int $version, bool $one_way = false): ?string
+ public function __doRequest(string $request, string $location, string $action, int $version, bool $one_way = false, ?string $uriParserClass = null): ?string
41
{
42
$this->request = $request;
43
0 commit comments