We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4652d88 commit 0b0e442Copy full SHA for 0b0e442
stubs/ext/soap/SoapServer.php
@@ -62,4 +62,8 @@ public function addFunction($functions)
62
public function handle(?string $request = null)
63
{
64
}
65
+ #[\Since('8.4')]
66
+ public function __getLastResponse(): ?string
67
+ {
68
+ }
69
0 commit comments