We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8fc46d5 commit 6dbd9beCopy full SHA for 6dbd9be
1 file changed
benchmarks/BenchSoapClient.php
@@ -14,7 +14,7 @@ class BenchSoapClient extends \SoapClient
14
{
15
public ?string $mockResponse = null;
16
17
- public function __doRequest(string $request, string $location, string $action, int $version, bool $oneWay = false): ?string
+ public function __doRequest(string $request, string $location, string $action, int $version, bool $oneWay = false, ?string $uriParserClass = null): ?string
18
19
return $this->mockResponse;
20
}
0 commit comments