Skip to content

Commit

Permalink
Add SoapFault stub.
Browse files Browse the repository at this point in the history
  • Loading branch information
AndrolGenhald committed Dec 9, 2021
1 parent 46a5e8c commit 329b05a
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions stubs/extensions/soap.phpstub
Original file line number Diff line number Diff line change
Expand Up @@ -282,3 +282,17 @@ class SoapClient {
public function __setSoapHeaders ($soapheaders = null) {}

}

class SoapFault extends Exception {
/**
* @param array|string|null $code
*/
public function __construct(
$code,
string $string,
?string $actor = null,
mixed $details = null,
?string $name = null,
mixed $headerFault = null
) {}
}

0 comments on commit 329b05a

Please sign in to comment.