diff options
Diffstat (limited to 'ext/soap/soap.c')
-rw-r--r-- | ext/soap/soap.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/soap/soap.c b/ext/soap/soap.c index 1e05df4a52..d8fa8d490d 100644 --- a/ext/soap/soap.c +++ b/ext/soap/soap.c @@ -1987,7 +1987,7 @@ fail: /* }}} */ -/* {{{ proto void SoapServer::fault(staring code, string string [, string actor [, mixed details [, string name]]]) +/* {{{ proto SoapServer::fault ( staring code, string string [, string actor [, mixed details [, string name]]] ) Issue SoapFault indicating an error */ PHP_METHOD(SoapServer, fault) { |