From cf1cc9fd0be3ef8012f1cb805af5749b2153168c Mon Sep 17 00:00:00 2001 From: Daniel Egeberg <degeberg@php.net> Date: Mon, 8 Feb 2010 19:18:55 +0000 Subject: [PATCH] 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 --- reference/spl/splpriorityqueue/compare.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/reference/spl/splpriorityqueue/compare.xml b/reference/spl/splpriorityqueue/compare.xml index 536caae6ec..098262fca4 100644 --- a/reference/spl/splpriorityqueue/compare.xml +++ b/reference/spl/splpriorityqueue/compare.xml @@ -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>