Add missing modifier

Closes GH-416.
This commit is contained in:
Fabien Villepinte 2021-01-25 17:43:39 +01:00 committed by Christoph M. Becker
parent 3271d7af47
commit a86e435a9e

View file

@ -10,7 +10,7 @@
<refsect1 role="description">
&reftitle.description;
<methodsynopsis>
<methodname>ZMQSocket::__construct</methodname>
<modifier>public</modifier> <methodname>ZMQSocket::__construct</methodname>
<methodparam><type>ZMQContext</type><parameter>context</parameter></methodparam>
<methodparam><type>int</type><parameter>type</parameter></methodparam>
<methodparam choice="opt"><type>string</type><parameter>persistent_id</parameter><initializer>&null;</initializer></methodparam>