Skip to content

Commit fcc8732

Browse files
authored
Fix typo in Swoole\Server::__construct (#4604)
1 parent 9a03654 commit fcc8732

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

reference/swoole/swoole/server/construct.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
<modifier>public</modifier> <methodname>Swoole\Server::__construct</methodname>
1414
<methodparam><type>string</type><parameter>host</parameter></methodparam>
1515
<methodparam choice="opt"><type>int</type><parameter>port</parameter></methodparam>
16-
<methodparam choice="opt"><type>integr</type><parameter>mode</parameter></methodparam>
16+
<methodparam choice="opt"><type>int</type><parameter>mode</parameter></methodparam>
1717
<methodparam choice="opt"><type>int</type><parameter>sock_type</parameter></methodparam>
1818
</constructorsynopsis>
1919
<para>

0 commit comments

Comments
 (0)