From 8217228b33b68819e6670c27e223edac282bfd2b Mon Sep 17 00:00:00 2001 From: "Christoph M. Becker" Date: Sun, 3 Jan 2021 00:32:27 +0100 Subject: [PATCH] Restore overloaded signature of reflectionmethod::__construct() Still not great, but that constructor is a mess. --- reference/reflection/reflectionmethod/construct.xml | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) 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 ::.