From 299208586994ab8e418d80c79963087203ddf7dc Mon Sep 17 00:00:00 2001 From: Christoph Michael Becker Date: Tue, 8 May 2018 12:47:13 +0000 Subject: [PATCH] Correct return value (false instead of null) Patch provided by anonymous user. git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@344986 c90b9560-bf6c-de11-be94-00142212c4b1 --- reference/reflection/reflectionclass/getparentclass.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/reference/reflection/reflectionclass/getparentclass.xml b/reference/reflection/reflectionclass/getparentclass.xml index 622af3f02e..ae9bc788c5 100644 --- a/reference/reflection/reflectionclass/getparentclass.xml +++ b/reference/reflection/reflectionclass/getparentclass.xml @@ -29,7 +29,7 @@ &reftitle.returnvalues; - A ReflectionClass or &null; if there's no parent. + A ReflectionClass or &false; if there's no parent.