Skip to content

Commit 9fe1291

Browse files
authored
Merge pull request #167 from PHPCSStandards/feature/docs-specificity
FileList: improve doc specificity
2 parents 987ce02 + 1b4652c commit 9fe1291

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Scripts/FileList.php

+2-2
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ 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)