Skip to content

Commit

Permalink
Update stubs
Browse files Browse the repository at this point in the history
  • Loading branch information
phpstan-bot committed Sep 10, 2024
1 parent 4652d88 commit 0b0e442
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions stubs/ext/soap/SoapServer.php
Original file line number Diff line number Diff line change
Expand Up @@ -62,4 +62,8 @@ public function addFunction($functions)
public function handle(?string $request = null)
{
}
#[\Since('8.4')]
public function __getLastResponse(): ?string
{
}
}

0 comments on commit 0b0e442

Please sign in to comment.