-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpsalm-baseline.xml
107 lines (107 loc) · 3.11 KB
/
psalm-baseline.xml
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
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
<?xml version="1.0" encoding="UTF-8"?>
<files psalm-version="5.8.0@9cf4f60a333f779ad3bc704a555920e81d4fdcda">
<file src="src/Command/CronRunnerFactory.php">
<ArgumentTypeCoercion>
<code>$signalsToRegister</code>
</ArgumentTypeCoercion>
<MixedAssignment>
<code>$config</code>
</MixedAssignment>
</file>
<file src="src/Command/TaskRunnerFactory.php">
<ArgumentTypeCoercion>
<code>$signalsToRegister</code>
</ArgumentTypeCoercion>
<MixedAssignment>
<code>$config</code>
</MixedAssignment>
</file>
<file src="src/ConfigProvider.php">
<UnusedClass>
<code>ConfigProvider</code>
</UnusedClass>
</file>
<file src="src/Cron/ConfigParser.php">
<MixedArgument>
<code><![CDATA[$jobDetails['schedule']]]></code>
<code><![CDATA[$jobDetails['task']]]></code>
</MixedArgument>
<MixedAssignment>
<code>$jobDetails</code>
</MixedAssignment>
</file>
<file src="src/Cron/Crontab.php">
<PossiblyUnusedMethod>
<code>count</code>
</PossiblyUnusedMethod>
</file>
<file src="src/EventDispatcher/DeferredEvent.php">
<PossiblyUnusedMethod>
<code>__construct</code>
</PossiblyUnusedMethod>
</file>
<file src="src/Exception/InvalidSerialization.php">
<PossiblyUnusedMethod>
<code>forMissingTaskType</code>
<code>forTaskType</code>
</PossiblyUnusedMethod>
</file>
<file src="src/Mapper/EmptyObjectMapper.php">
<MixedMethodCall>
<code><![CDATA[new ($this->class)()]]></code>
</MixedMethodCall>
<UnusedClass>
<code>EmptyObjectMapper</code>
</UnusedClass>
</file>
<file src="src/Mapper/Exception/ExtractionFailure.php">
<PossiblyUnusedProperty>
<code>$serialized</code>
</PossiblyUnusedProperty>
</file>
<file src="src/Mapper/Exception/InvalidSerializationFailure.php">
<PossiblyUnusedProperty>
<code>$serialization</code>
</PossiblyUnusedProperty>
</file>
<file src="src/Mapper/Exception/UnknownMapperFailure.php">
<PossiblyUnusedProperty>
<code>$serialized</code>
</PossiblyUnusedProperty>
</file>
<file src="src/Mapper/Mapper.php">
<ArgumentTypeCoercion>
<code>$serialized</code>
</ArgumentTypeCoercion>
<PossiblyUnusedMethod>
<code>detach</code>
</PossiblyUnusedMethod>
</file>
<file src="src/Mapper/MapperFactory.php">
<MixedAssignment>
<code>$mapper</code>
</MixedAssignment>
</file>
<file src="src/RedisTaskQueue.php">
<ArgumentTypeCoercion>
<code>$tasks</code>
</ArgumentTypeCoercion>
<LessSpecificReturnStatement>
<code><![CDATA[array_map(function (string $task): object {
return $this->mapper->toObject($task);
}, $tasks)]]></code>
</LessSpecificReturnStatement>
<MoreSpecificReturnType>
<code><![CDATA[list<object>]]></code>
</MoreSpecificReturnType>
<PossiblyUnusedMethod>
<code>hasPendingTasks</code>
<code>hasWorkingTasks</code>
</PossiblyUnusedMethod>
</file>
<file src="src/RedisTaskQueueFactory.php">
<MixedAssignment>
<code>$config</code>
</MixedAssignment>
</file>
</files>