SplMinHeap::compare and SplMaxHeap::compare should return int, not void.

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@321072 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
Levi Morrison 2011-12-16 18:48:28 +00:00
parent 492167b71c
commit 24465b114b
2 changed files with 2 additions and 2 deletions

View file

@ -9,7 +9,7 @@
<refsect1 role="description">
&reftitle.description;
<methodsynopsis>
<type>void</type><methodname>SplMaxHeap::compare</methodname>
<type>int</type><methodname>SplMaxHeap::compare</methodname>
<methodparam><type>mixed</type><parameter>value1</parameter></methodparam>
<methodparam><type>mixed</type><parameter>value2</parameter></methodparam>
</methodsynopsis>

View file

@ -9,7 +9,7 @@
<refsect1 role="description">
&reftitle.description;
<methodsynopsis>
<type>void</type><methodname>SplMinHeap::compare</methodname>
<type>int</type><methodname>SplMinHeap::compare</methodname>
<methodparam><type>mixed</type><parameter>value1</parameter></methodparam>
<methodparam><type>mixed</type><parameter>value2</parameter></methodparam>
</methodsynopsis>