From f30cbc9334f20ee7a3ee5c3045d5f24f195b3575 Mon Sep 17 00:00:00 2001 From: Adam Harvey Date: Tue, 7 Dec 2010 03:05:33 +0000 Subject: [PATCH] Fix doc bug #53490 (ReflectionClass::__construct() documentation incorrect). git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@306039 c90b9560-bf6c-de11-be94-00142212c4b1 --- reference/reflection/reflectionclass/construct.xml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/reference/reflection/reflectionclass/construct.xml b/reference/reflection/reflectionclass/construct.xml index de32d03915..ef0b4651fe 100644 --- a/reference/reflection/reflectionclass/construct.xml +++ b/reference/reflection/reflectionclass/construct.xml @@ -11,7 +11,7 @@ &reftitle.description; ReflectionClass::__construct - stringargument + mixedargument Constructs a new ReflectionClass object. @@ -29,7 +29,8 @@ argument - The class being reflected. + Either a string containing the name of the class to + reflect, or an object.