Skip to content

Commit

Permalink
Merge pull request #167 from PHPCSStandards/feature/docs-specificity
Browse files Browse the repository at this point in the history
FileList: improve doc specificity
  • Loading branch information
jrfnl authored Nov 8, 2024
2 parents 987ce02 + 1b4652c commit 9fe1291
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Scripts/FileList.php
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ class FileList
/**
* Regex iterator.
*
* @var \RegexIterator
* @var \RegexIterator<mixed, mixed, \Traversable<mixed, mixed>>
*/
protected $fileIterator;

Expand Down Expand Up @@ -85,7 +85,7 @@ public function __construct($directory, $rootPath = '', $filter = '')
/**
* Retrieve the filtered file list iterator.
*
* @return \RegexIterator
* @return \RegexIterator<mixed, mixed, \Traversable<mixed, mixed>>
*/
public function getIterator()
{
Expand Down

0 comments on commit 9fe1291

Please sign in to comment.