Skip to content

Commit 0309b21

Browse files
committed
Merge branch 'stable' into develop
2 parents f6919aa + 9fe1291 commit 0309b21

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Scripts/Utils/FileList.php

+2-2
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ final class FileList
4747
/**
4848
* Regex iterator.
4949
*
50-
* @var \RegexIterator
50+
* @var \RegexIterator<mixed, mixed, \Traversable<mixed, mixed>>
5151
*/
5252
protected $fileIterator;
5353

@@ -85,7 +85,7 @@ public function __construct($directory, $rootPath = '', $filter = '')
8585
/**
8686
* Retrieve the filtered file list iterator.
8787
*
88-
* @return \RegexIterator
88+
* @return \RegexIterator<mixed, mixed, \Traversable<mixed, mixed>>
8989
*/
9090
public function getIterator()
9191
{

0 commit comments

Comments
 (0)