From 5154a0e1fad93dd395bf3385bb54f1ae5e05513d Mon Sep 17 00:00:00 2001 From: Justin Martin Date: Tue, 9 Nov 2010 00:25:16 +0000 Subject: [PATCH] Fixed return type and clarified return value, as per bug #53268. git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@305212 c90b9560-bf6c-de11-be94-00142212c4b1 --- reference/spl/arrayiterator/count.xml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/reference/spl/arrayiterator/count.xml b/reference/spl/arrayiterator/count.xml index d80b0d9629..33699e1201 100644 --- a/reference/spl/arrayiterator/count.xml +++ b/reference/spl/arrayiterator/count.xml @@ -10,7 +10,7 @@ &reftitle.description; - public voidArrayIterator::count + public intArrayIterator::count @@ -30,7 +30,8 @@ &reftitle.returnvalues; - The number. + The number of elements or public properties in the associated + array or object, respectively.