Correct return and param types

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@287580 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
Mikko Koppanen 2009-08-22 17:02:21 +00:00
parent b5a1170fce
commit b379465d8a
3 changed files with 3 additions and 3 deletions

View file

@ -11,7 +11,7 @@
&reftitle.description;
<methodsynopsis>
<modifier>public</modifier> <type>int</type><methodname>TokyoTyrantTable::put</methodname>
<methodparam><type>int</type><parameter>key</parameter></methodparam>
<methodparam><type>mixed</type><parameter>key</parameter></methodparam>
<methodparam><type>array</type><parameter>columns</parameter></methodparam>
</methodsynopsis>
<para>

View file

@ -11,7 +11,7 @@
&reftitle.description;
<methodsynopsis>
<modifier>public</modifier> <type>void</type><methodname>TokyoTyrantTable::putCat</methodname>
<methodparam><type>int</type><parameter>key</parameter></methodparam>
<methodparam><type>mixed</type><parameter>key</parameter></methodparam>
<methodparam><type>array</type><parameter>columns</parameter></methodparam>
</methodsynopsis>
<para>

View file

@ -11,7 +11,7 @@
&reftitle.description;
<methodsynopsis>
<modifier>public</modifier> <type>void</type><methodname>TokyoTyrantTable::putKeep</methodname>
<methodparam><type>int</type><parameter>key</parameter></methodparam>
<methodparam><type>mixed</type><parameter>key</parameter></methodparam>
<methodparam><type>array</type><parameter>columns</parameter></methodparam>
</methodsynopsis>
<para>