Remove duplicate constructorsynopsis

This commit is contained in:
Christoph M. Becker 2021-01-02 16:55:35 +01:00
parent 926842882d
commit fcb74e8f48

View file

@ -13,11 +13,6 @@
<methodparam><type class="union"><type>object</type><type>string</type></type><parameter>objectOrMethod</parameter></methodparam>
<methodparam choice="opt"><type class="union"><type>string</type><type>null</type></type><parameter>method</parameter><initializer>&null;</initializer></methodparam>
</constructorsynopsis>
<constructorsynopsis>
<modifier>public</modifier> <methodname>ReflectionMethod::__construct</methodname>
<methodparam><type class="union"><type>object</type><type>string</type></type><parameter>objectOrMethod</parameter></methodparam>
<methodparam choice="opt"><type class="union"><type>string</type><type>null</type></type><parameter>method</parameter><initializer>&null;</initializer></methodparam>
</constructorsynopsis>
<para>
Constructs a new <classname>ReflectionMethod</classname>.
</para>