Skip to content

Commit 0b0e442

Browse files
committed
Update stubs
1 parent 4652d88 commit 0b0e442

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

stubs/ext/soap/SoapServer.php

+4
Original file line numberDiff line numberDiff line change
@@ -62,4 +62,8 @@ public function addFunction($functions)
6262
public function handle(?string $request = null)
6363
{
6464
}
65+
#[\Since('8.4')]
66+
public function __getLastResponse(): ?string
67+
{
68+
}
6569
}

0 commit comments

Comments
 (0)