$comparators
$comparators :
SizeRangeFilterIterator filters out files that are not in the given size range.
__construct(\Iterator $iterator, array<mixed,\Symfony\Component\Finder\Comparator\NumberComparator> $comparators)
\Iterator | $iterator | The Iterator to filter |
array<mixed,\Symfony\Component\Finder\Comparator\NumberComparator> | $comparators | An array of NumberComparator instances |