From 50fcd011d214cac017c1d1026dcea95b96a572db Mon Sep 17 00:00:00 2001 From: Mikhail Alferov Date: Fri, 31 Jan 2025 05:47:35 +0300 Subject: [PATCH] ArrayObject::__construct: clarify subtyping of `iteratorClass` parameter --- 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 9b7dc2c64a71..c61a5272c992 100644 --- a/reference/spl/arrayobject/construct.xml +++ b/reference/spl/arrayobject/construct.xml @@ -46,7 +46,7 @@ Specify the class that will be used for iteration of the ArrayObject object. - The class must extend the ArrayIterator class. + The class must be a subtype of the ArrayIterator class.