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()