]> granicus.if.org Git - php/commitdiff
fix proto
authorAntony Dovgal <tony2001@php.net>
Mon, 25 Dec 2006 19:12:39 +0000 (19:12 +0000)
committerAntony Dovgal <tony2001@php.net>
Mon, 25 Dec 2006 19:12:39 +0000 (19:12 +0000)
ext/soap/soap.c

index d36275834be8969103eda97c835bbc6620c958de..260d2ea6df94bc89d97c0e95a8304005cc968f02 100644 (file)
@@ -2470,7 +2470,7 @@ static void soap_error_handler(int error_num, const char *error_filename, const
        }
 }
 
-/* {{{ proto use_soap_error_handler ( [bool on] ) U
+/* {{{ proto bool use_soap_error_handler ( [bool on] ) U
    Enable or disable SOAP's error handler, that translates PHP errors into 
    SOAP faults */
 PHP_FUNCTION(use_soap_error_handler)