-
Notifications
You must be signed in to change notification settings - Fork 9
/
phpstan.neon
19 lines (19 loc) · 975 Bytes
/
phpstan.neon
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
parameters:
level: 8
paths:
- src
- tests
stubFiles:
- vendor/ukko/phpredis-phpdoc/src/Redis.php
excludePaths:
analyse:
- tests/psalm/stubs/phpiredis.php
ignoreErrors:
- '#Method MacFJA\\RediSearch\\Redis\\Command\\\w+::getLanguageOptions\(\) should return#'
- '#uses generic trait MacFJA\\RediSearch\\Redis\\Command\\Option\\DecoratedOptionTrait but does not specify its types: T#'
- '#Call to an undefined method MacFJA\\RediSearch\\Redis\\Command\\Option\\CustomValidatorOption::setValue\(\).#'
- '#Method MacFJA\\RediSearch\\tests\\Redis.+::dataProvider\(\) return type has no value type specified in iterable type (array|Generator).#'
-
message: '#Call to an undefined method MacFJA\\RediSearch\\Redis\\Command\\Option\\CommandOption::set\w+\(\).#'
path: src/Redis/Command/Option/GroupedOption.php
- '#Predis\\Profile\\RedisProfile#'