Skip to content

Commit 6dbd9be

Browse files
committed
Add compatibility to phpbench soapclient (php85)
1 parent 8fc46d5 commit 6dbd9be

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

benchmarks/BenchSoapClient.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ class BenchSoapClient extends \SoapClient
1414
{
1515
public ?string $mockResponse = null;
1616

17-
public function __doRequest(string $request, string $location, string $action, int $version, bool $oneWay = false): ?string
17+
public function __doRequest(string $request, string $location, string $action, int $version, bool $oneWay = false, ?string $uriParserClass = null): ?string
1818
{
1919
return $this->mockResponse;
2020
}

0 commit comments

Comments
 (0)