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 df5351d1d3..877f05eadc 100644 --- a/ext/soap/soap.c +++ b/ext/soap/soap.c @@ -1987,7 +1987,7 @@ fail: /* }}} */ -/* {{{ proto SoapServer::fault ( staring code, string string [, string actor [, mixed details [, string name]]] ) +/* {{{ proto void SoapServer::fault(staring code, string string [, string actor [, mixed details [, string name]]]) Issue SoapFault indicating an error */ PHP_METHOD(SoapServer, fault) { |