From 04d92dac21ff3f9d2aee9a58da81b63d3f6fe70b Mon Sep 17 00:00:00 2001 From: Christoph Michael Becker Date: Sun, 1 Sep 2019 09:16:26 +0000 Subject: [PATCH] Fix #78462: Wrong return type for ArrayIterator::unserialize git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@347910 c90b9560-bf6c-de11-be94-00142212c4b1 --- reference/spl/arrayiterator/unserialize.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/reference/spl/arrayiterator/unserialize.xml b/reference/spl/arrayiterator/unserialize.xml index a696eaca94..3f9e971b70 100644 --- a/reference/spl/arrayiterator/unserialize.xml +++ b/reference/spl/arrayiterator/unserialize.xml @@ -10,7 +10,7 @@ &reftitle.description; - public stringArrayIterator::unserialize + public voidArrayIterator::unserialize stringserialized @@ -40,7 +40,7 @@ &reftitle.returnvalues; - The ArrayIterator. + &return.void;