mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-15 16:38:54 +00:00
fixes from anon and Alex Medvedev
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@342651 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
762fd781b6
commit
62db3b3942
2 changed files with 2 additions and 2 deletions
|
@ -43,7 +43,7 @@
|
|||
<refsect1 role="returnvalues">
|
||||
&reftitle.returnvalues;
|
||||
<para>
|
||||
Returns an array containing the names of the mailboxes.
|
||||
Returns an array containing the names of the mailboxes or false in case of failure.
|
||||
</para>
|
||||
</refsect1>
|
||||
<refsect1 role="examples">
|
||||
|
|
|
@ -10,7 +10,7 @@
|
|||
<refsect1 role="description">
|
||||
&reftitle.description;
|
||||
<methodsynopsis>
|
||||
<modifier>public</modifier> <type>mixed</type><methodname>OAuth::setAuthType</methodname>
|
||||
<modifier>public</modifier> <type>bool</type><methodname>OAuth::setAuthType</methodname>
|
||||
<methodparam><type>int</type><parameter>auth_type</parameter></methodparam>
|
||||
</methodsynopsis>
|
||||
<para>
|
||||
|
|
Loading…
Reference in a new issue