GlobFilter::__construct(): Add possible param type hint
This commit is contained in:
parent
0cf97d5825
commit
3f3f0a1f67
|
@ -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)
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue