diff --git a/reference/reflection/reflectionmethod/construct.xml b/reference/reflection/reflectionmethod/construct.xml
index a9e9f08f56..33a021c1f0 100644
--- a/reference/reflection/reflectionmethod/construct.xml
+++ b/reference/reflection/reflectionmethod/construct.xml
@@ -11,7 +11,12 @@
public ReflectionMethod::__construct
objectstringobjectOrMethod
- stringnullmethod&null;
+ stringmethod
+
+ Alternative signature (not supported with named arguments):
+
+ public ReflectionMethod::__construct
+ stringclassMethod
Constructs a new ReflectionMethod.
@@ -40,7 +45,7 @@
- objectOrMethod
+ classMethod
Class name and method name delimited by ::.