`TreeNodeIterator`: Fix type for property `$children`

This commit is contained in:
raviks789 2023-08-15 09:46:39 +02:00
parent e2ac5c9b08
commit 08e57939f2
1 changed files with 1 additions and 1 deletions

View File

@ -14,7 +14,7 @@ class TreeNodeIterator implements RecursiveIterator
/**
* The node's children
*
* @var array
* @var ArrayIterator
*/
protected $children;