Skip to content

Commit

Permalink
ArrayObject::__construct: clarify subtyping of iteratorClass parameter
Browse files Browse the repository at this point in the history
  • Loading branch information
mmalferov authored Jan 31, 2025
1 parent 262ca5a commit 50fcd01
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion reference/spl/arrayobject/construct.xml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
<listitem>
<para>
Specify the class that will be used for iteration of the <classname>ArrayObject</classname> object.
The class must extend the <classname>ArrayIterator</classname> class.
The class must be a subtype of the <classname>ArrayIterator</classname> class.
</para>
</listitem>
</varlistentry>
Expand Down

0 comments on commit 50fcd01

Please sign in to comment.