From 6178ffd92378a5039c5cc21f1ec900a15cb6bad3 Mon Sep 17 00:00:00 2001 From: Hannes Magnusson Date: Mon, 28 May 2007 11:06:31 +0000 Subject: [PATCH] wrong prototype for ReflectionParameter::__construct #Caught by Andrea Giammarchi (user note) git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@236487 c90b9560-bf6c-de11-be94-00142212c4b1 --- language/oop5/reflection.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/language/oop5/reflection.xml b/language/oop5/reflection.xml index 6b4c5aa808..e45ad1fe3f 100644 --- a/language/oop5/reflection.xml +++ b/language/oop5/reflection.xml @@ -1,5 +1,5 @@ - + Reflection @@ -241,7 +241,7 @@ echo ReflectionFunction::export('counter'); class ReflectionParameter implements Reflector { final private __clone() - public object __construct(string name) + public object __construct(string function, string parameter) public string __toString() public static string export(mixed function, mixed parameter, bool return) public string getName()