From ccd70c51693b711f22af859a123b67f437b64a87 Mon Sep 17 00:00:00 2001 From: Jakub Vrana Date: Sat, 2 Jul 2005 22:10:46 +0000 Subject: [PATCH] Return TRUE (thanks Sara) git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@189762 c90b9560-bf6c-de11-be94-00142212c4b1 --- reference/runkit/functions/runkit-method-remove.xml | 6 +++--- reference/runkit/functions/runkit-method-rename.xml | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/reference/runkit/functions/runkit-method-remove.xml b/reference/runkit/functions/runkit-method-remove.xml index 6701e8752f..c7c0552e3d 100644 --- a/reference/runkit/functions/runkit-method-remove.xml +++ b/reference/runkit/functions/runkit-method-remove.xml @@ -1,5 +1,5 @@ - + runkit_method_remove @@ -8,7 +8,7 @@ &reftitle.description; - voidrunkit_method_remove + boolrunkit_method_remove stringclassname stringmethodname @@ -41,7 +41,7 @@ &reftitle.returnvalues; - Returns &null; on success or &false; on failure. + &return.success; diff --git a/reference/runkit/functions/runkit-method-rename.xml b/reference/runkit/functions/runkit-method-rename.xml index 4cf939f9b9..ab1e2ab1da 100644 --- a/reference/runkit/functions/runkit-method-rename.xml +++ b/reference/runkit/functions/runkit-method-rename.xml @@ -1,5 +1,5 @@ - + runkit_method_rename @@ -8,7 +8,7 @@ &reftitle.description; - voidrunkit_method_rename + boolrunkit_method_rename stringclassname stringmethodname stringnewname @@ -50,7 +50,7 @@ &reftitle.returnvalues; - Returns &null; on success or &false; on failure. + &return.success;