From 6efd1d0907c723581a1d1d528265a9b56cd9177a Mon Sep 17 00:00:00 2001 From: Nuno Lopes Date: Thu, 1 Sep 2005 20:40:53 +0000 Subject: [PATCH] fix 34337: typo git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@194877 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 0505c65d89..2a6ba6987d 100644 --- a/language/oop5/reflection.xml +++ b/language/oop5/reflection.xml @@ -1,5 +1,5 @@ - + Reflection @@ -494,7 +494,7 @@ class ReflectionMethod extends ReflectionFunction public string __toString() public static string export() public mixed invoke(stdclass object, mixed* args) - public moxed invokeArgs(stdclass object, array args) + public mixed invokeArgs(stdclass object, array args) public bool isFinal() public bool isAbstract() public bool isPublic()