-
Notifications
You must be signed in to change notification settings - Fork 6
/
phpstan.neon
20 lines (20 loc) · 1.11 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: '/no value type specified in iterable type array/'
path: %currentWorkingDirectory%/src/*.php
-
message: '/supplied for foreach, only iterables are supported/'
path: %currentWorkingDirectory%/src/Denormalizer/Relation/EmbedManyFieldDenormalizer.php
-
message: '/Call to function is_array\(\) with array will always evaluate to true./'
path: %currentWorkingDirectory%/src/Denormalizer/Relation/EmbedManyFieldDenormalizer.php
-
message: '/supplied for foreach, only iterables are supported/'
path: %currentWorkingDirectory%/src/Denormalizer/Relation/ReferenceManyFieldDenormalizer.php
-
message: '/Call to function is_string\(\) with string will always evaluate to true./'
path: %currentWorkingDirectory%/src/Denormalizer/Relation/ReferenceManyFieldDenormalizer.php
-
message: '/Parameter .*relatedObjects.*/'
path: %currentWorkingDirectory%/src/Denormalizer/Relation/ReferenceManyFieldDenormalizer.php