-
Notifications
You must be signed in to change notification settings - Fork 1
/
phpstan.neon
20 lines (20 loc) · 1.34 KB
/
phpstan.neon
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
parameters:
ignoreErrors:
-
message: '/type specified in iterable type array/'
path: %currentWorkingDirectory%/src/ParserErrorException.php
-
message: '/Instanceof between Chubbyphp\\Parsing\\Schema\\ObjectSchemaInterface and Chubbyphp\\Parsing\\Schema\\ObjectSchemaInterface will always evaluate to true./'
path: %currentWorkingDirectory%/src/Schema/DiscriminatedUnionSchema.php
-
message: '/Call to function is_string\(\) with string will always evaluate to true./'
path: %currentWorkingDirectory%/src/Schema/ObjectSchema.php
-
message: '/Instanceof between Chubbyphp\\Parsing\\Schema\\SchemaInterface and Chubbyphp\\Parsing\\Schema\\SchemaInterface will always evaluate to true./'
path: %currentWorkingDirectory%/src/Schema/ObjectSchema.php
-
message: '/Instanceof between Chubbyphp\\Parsing\\Schema\\SchemaInterface and Chubbyphp\\Parsing\\Schema\\SchemaInterface will always evaluate to true./'
path: %currentWorkingDirectory%/src/Schema/TupleSchema.php
-
message: '/Instanceof between Chubbyphp\\Parsing\\Schema\\SchemaInterface and Chubbyphp\\Parsing\\Schema\\SchemaInterface will always evaluate to true./'
path: %currentWorkingDirectory%/src/Schema/UnionSchema.php