GlobFilter::__construct(): Add possible param type hint

This commit is contained in:
Sukhwinder Dhillon 2023-08-22 13:50:18 +02:00
parent 0cf97d5825
commit 3f3f0a1f67
1 changed files with 1 additions and 1 deletions

View File

@ -36,7 +36,7 @@ class GlobFilter
/**
* Create a new filter from a comma-separated list of GLOB-like filters or an array of such lists.
*
* @param string|\Traversable $filters
* @param string|\Traversable|iterable $filters
*/
public function __construct($filters)
{