Skip to content

Commit c1fe2a4

Browse files
committed
Update stubs
1 parent 7486ec5 commit c1fe2a4

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

stubs/ext/soap/SoapClient.php

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,9 +67,15 @@ public function __getLastResponseHeaders()
6767
* @tentative-return-type
6868
* @return (string | null)
6969
*/
70+
#[\Until('8.5')]
7071
public function __doRequest(string $request, string $location, string $action, int $version, bool $oneWay = false)
7172
{
7273
}
74+
/** @tentative-return-type */
75+
#[\Since('8.5')]
76+
public function __doRequest(string $request, string $location, string $action, int $version, bool $oneWay = false, ?string $uriParserClass = null)
77+
{
78+
}
7379
/**
7480
* @tentative-return-type
7581
* @return void

0 commit comments

Comments
 (0)