Skip to content

Commit 3bee690

Browse files
committed
FileList: fix property type annotation
.... as otherwise PHPStan complains _sigh_.
1 parent 1311dcf commit 3bee690

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Scripts/FileList.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ class FileList
4747
/**
4848
* Regex iterator.
4949
*
50-
* @var \RegexIterator<mixed, mixed, \Traversable<mixed, mixed>>
50+
* @var \RegexIterator<mixed, mixed, \Traversable<TKey, TValue>>
5151
*/
5252
protected $fileIterator;
5353

0 commit comments

Comments
 (0)