-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathphpstan-baseline.neon
More file actions
31 lines (26 loc) · 1.2 KB
/
phpstan-baseline.neon
File metadata and controls
31 lines (26 loc) · 1.2 KB
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
26
27
28
29
30
31
parameters:
ignoreErrors:
-
message: "#^Property Recoded\\\\ObjectHydrator\\\\Dumping\\\\DumpedAttribute\\:\\:\\$value is never read, only written\\.$#"
count: 1
path: src/Dumping/DumpedAttribute.php
-
message: "#^Property Recoded\\\\ObjectHydrator\\\\Dumping\\\\DumpedParameter\\:\\:\\$dumpedDataMappers is never read, only written\\.$#"
count: 1
path: src/Dumping/DumpedParameter.php
-
message: "#^Property Recoded\\\\ObjectHydrator\\\\Dumping\\\\DumpedParameter\\:\\:\\$dumpedTypeMappers is never read, only written\\.$#"
count: 1
path: src/Dumping/DumpedParameter.php
-
message: "#^Parameter \\#1 \\$callback of function array_map expects \\(callable\\(Recoded\\\\ObjectHydrator\\\\Hydration\\\\Plan\\<object\\>\\)\\: mixed\\)\\|null, Closure\\(Recoded\\\\ObjectHydrator\\\\Hydration\\\\Plan\\<TClass\\>\\)\\: Recoded\\\\ObjectHydrator\\\\Hydration\\\\Plan\\<TClass\\> given\\.$#"
count: 1
path: src/Dumping/Dumper.php
-
message: "#^Variable property access on object\\.$#"
count: 1
path: src/Hydration/PlanExecutor.php
-
message: "#^Variable static method call on class\\-string\\<T of object\\>\\.$#"
count: 1
path: src/Hydration/PlanExecutor.php