From b7081b52feeec7dd7c3a6440bd0046699e75da70 Mon Sep 17 00:00:00 2001 From: Justin Martin Date: Sat, 12 Jan 2013 00:33:53 +0000 Subject: [PATCH] Fixed return value. Closes bug #63966. git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@329089 c90b9560-bf6c-de11-be94-00142212c4b1 --- reference/spl/arrayobject/construct.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/reference/spl/arrayobject/construct.xml b/reference/spl/arrayobject/construct.xml index 630ade4790..733518471d 100644 --- a/reference/spl/arrayobject/construct.xml +++ b/reference/spl/arrayobject/construct.xml @@ -56,7 +56,7 @@ &reftitle.returnvalues; - &return.void; + Returns an ArrayObject object on success.