mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-07-28 08:14:03 +02:00
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.
|
* 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)
|
public function __construct($filters)
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user