Fixed bug #50964 (Return value incorrectly documented: Is void, should be int.)

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@294774 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
Daniel Egeberg 2010-02-08 19:18:55 +00:00
parent 145905c38f
commit cf1cc9fd0b

View file

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