-
Notifications
You must be signed in to change notification settings - Fork 0
/
phpstan.neon
16 lines (15 loc) · 1.06 KB
/
phpstan.neon
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
includes:
- phpstan-baseline.neon
parameters:
level: max
paths:
- libraries/collections/src
- libraries/dependency-injection/src
- libraries/events/src
- libraries/logic/src
- libraries/reflection/src
excludePaths:
- vendor
ignoreErrors:
- '#^Parameter \#3 \$predicate \(Smpl\\Logic\\Contracts\\Predicate\<Smpl\\Collections\\Dictionary\<KeyType of \(int\|string\), ValType\>\>\) of method Smpl\\Collections\\Dictionary\:\:putIf\(\) should be compatible with parameter \$predicate \(Smpl\\Logic\\Contracts\\Predicate\<static\(Smpl\\Collections\\Contracts\\Dictionary\<KeyType, ValType\>\)\>\) of method Smpl\\Collections\\Contracts\\Dictionary\<KeyType of \(int\|string\),ValType\>\:\:putIf\(\)$#'
- '#^Parameter \#3 \$predicate of method Smpl\\Collections\\Dictionary\<KeyType of \(int\|string\),ValType\>\:\:putIf\(\) expects Smpl\\Logic\\Contracts\\Predicate\<Smpl\\Collections\\Dictionary\<KeyType of \(int\|string\), ValType\>\>, Smpl\\Collections\\Predicates\\NotInDictionaryPredicate\<KeyType of \(int\|string\), mixed\> given\.$#'