mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
fix visibility modifier markup for mongoid methods
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@313167 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
cc20ec5207
commit
3c9b5811dc
2 changed files with 2 additions and 2 deletions
|
@ -10,7 +10,7 @@
|
|||
<refsect1 role="description">
|
||||
&reftitle.description;
|
||||
<methodsynopsis>
|
||||
<modifier>public</modifier><modifier>static</modifier><type>string</type><methodname>MongoId::getHostname</methodname>
|
||||
<modifier>public</modifier> <modifier>static</modifier> <type>string</type><methodname>MongoId::getHostname</methodname>
|
||||
<void/>
|
||||
</methodsynopsis>
|
||||
<para>
|
||||
|
|
|
@ -10,7 +10,7 @@
|
|||
<refsect1 role="description">
|
||||
&reftitle.description;
|
||||
<methodsynopsis>
|
||||
<modifier>public</modifier><modifier>static</modifier><type>MongoId</type><methodname>MongoId::__set_state</methodname>
|
||||
<modifier>public</modifier> <modifier>static</modifier> <type>MongoId</type><methodname>MongoId::__set_state</methodname>
|
||||
<methodparam><type>array</type><parameter>props</parameter></methodparam>
|
||||
</methodsynopsis>
|
||||
<para>
|
||||
|
|
Loading…
Reference in a new issue