forked from cmoralesweb/Verify
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathphpstan.neon.dist
25 lines (25 loc) · 1.12 KB
/
phpstan.neon.dist
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
parameters:
level: 9
paths:
- dev
- src
- test
excludePaths:
- test/_fixtures/*
checkMissingIterableValueType: true
ignoreErrors:
- '/Call to function is_object\(\) with object will always evaluate to true/'
- '/Parameter \#1 \$callback of method BeBat\\Verify\\API\\Base::passCallback\(\) expects callable\(mixed\): bool/'
- '/PHPUnit\\Framework\\Assert::assertInstanceOf\(\) with ''BeBat\\\\Verify\\\\API\\\\(Method|ThrownException)'' and BeBat\\Verify\\API\\(Method|ThrownException) will always evaluate to true/'
-
message: '/Call to an undefined method BeBat\\Verify\\API\\Base::equalTo/'
path: %currentWorkingDirectory%/test/BaseUnitTest.php
-
message: '/Cannot call method get(?:NumberOf)?Parameters\(\) on ReflectionMethod\|null/'
path: %currentWorkingDirectory%/src/Constraint/Factory.php
-
message: '/Call to deprecated method .* of class BeBat\\Verify\\/'
path: %currentWorkingDirectory%/test
-
message: '/Access to an undefined property BeBat\\Verify\\API\\Value::/'
path: %currentWorkingDirectory%/test/ValueFunctionalTest.php