Skip to content

Commit 105be08

Browse files
committed
Fix type for filterAliases
1 parent 2859c78 commit 105be08

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/Filterer.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ final class Filterer implements FiltererInterface
6666
private static $registeredFilterAliases = self::DEFAULT_FILTER_ALIASES;
6767

6868
/**
69-
* @var array
69+
* @var array|null
7070
*/
7171
private $filterAliases;
7272

0 commit comments

Comments
 (0)