Skip to content

Commit

Permalink
return to previous notation
Browse files Browse the repository at this point in the history
  • Loading branch information
mikey179 committed Feb 25, 2020
1 parent ab527c1 commit 688c395
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/vfsDirectoryIterator.php
Expand Up @@ -26,14 +26,14 @@ class vfsDirectoryIterator implements Iterator
/**
* list of children from container to iterate over
*
* @var array<vfsFile|vfsDirectory>
* @var BasicFile[]
*/
protected $children;

/**
* constructor
*
* @param array<vfsFile|vfsDirectory> $children
* @param BasicFile[] $children
*/
public function __construct(array $children)
{
Expand Down

0 comments on commit 688c395

Please sign in to comment.