Skip to content

Commit 6612983

Browse files
committed
compatible PHP8.5 soap
1 parent e3f3717 commit 6612983

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/VCR/Util/SoapClient.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ public function __construct(?string $wsdl, array $options = [])
3737
*
3838
* Requests will be intercepted if the library hook is enabled.
3939
*/
40-
public function __doRequest(string $request, string $location, string $action, int $version, bool $one_way = false): ?string
40+
public function __doRequest(string $request, string $location, string $action, int $version, bool $one_way = false, ?string $uriParserClass = null): ?string
4141
{
4242
$this->request = $request;
4343

0 commit comments

Comments
 (0)