Skip to content

Commit

Permalink
Merge branch 'stable' into develop
Browse files Browse the repository at this point in the history
  • Loading branch information
jrfnl committed Nov 8, 2024
2 parents f6919aa + 9fe1291 commit 0309b21
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Scripts/Utils/FileList.php
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ final 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 0309b21

Please sign in to comment.