From d042351dd7ff20ad4cf54a9f67886969d049a0b6 Mon Sep 17 00:00:00 2001 From: Peter Cowburn Date: Mon, 1 Mar 2010 23:04:54 +0000 Subject: [PATCH] Fix method signature (int => public string) (thanks to yawk) git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@295702 c90b9560-bf6c-de11-be94-00142212c4b1 --- reference/spl/arrayobject/getiteratorclass.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/reference/spl/arrayobject/getiteratorclass.xml b/reference/spl/arrayobject/getiteratorclass.xml index aa5b3e19f3..e4b82ff0c6 100644 --- a/reference/spl/arrayobject/getiteratorclass.xml +++ b/reference/spl/arrayobject/getiteratorclass.xml @@ -8,11 +8,11 @@ &reftitle.description; - intArrayObject::getIteratorClass + public stringArrayObject::getIteratorClass - Gets the classname of the array iterator that is used by + Gets the class name of the array iterator that is used by ArrayObject::getIterator().