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;