-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpsalm-baseline.xml
61 lines (61 loc) · 1.77 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
<?xml version="1.0" encoding="UTF-8"?>
<files psalm-version="5.16.0@2897ba636551a8cb61601cc26f6ccfbba6c36591">
<file src="src/Common/GridTest.php">
<TypeDoesNotContainType>
<code>assertSame</code>
</TypeDoesNotContainType>
</file>
<file src="src/Common/Input.php">
<ArgumentTypeCoercion>
<code>$regex</code>
</ArgumentTypeCoercion>
</file>
<file src="src/Common/Permutations.php">
<InvalidReturnStatement>
<code>array_merge(...$result)</code>
</InvalidReturnStatement>
<InvalidReturnType>
<code><![CDATA[non-empty-list<list<T>>]]></code>
</InvalidReturnType>
</file>
<file src="src/Year2017/Day02/Solver.php">
<InvalidOperand>
<code>max($values)</code>
</InvalidOperand>
</file>
<file src="src/Year2019/Day02/SolverTest.php">
<UnusedProperty>
<code>$subject</code>
</UnusedProperty>
</file>
<file src="src/Year2019/Day04/Solver.php">
<InvalidArgument>
<code><![CDATA[array_map(intval(...), explode('-', $input->raw(), 2))]]></code>
</InvalidArgument>
</file>
<file src="src/Year2019/Day05/SolverTest.php">
<UnusedProperty>
<code>$subject</code>
</UnusedProperty>
</file>
<file src="src/Year2020/Day09/Solver.php">
<InvalidArrayOffset>
<code><![CDATA[$numbers[$i + $this->preambleLength]]]></code>
</InvalidArrayOffset>
<MixedAssignment>
<code>$value</code>
</MixedAssignment>
<MixedInferredReturnType>
<code>int</code>
</MixedInferredReturnType>
<MixedReturnStatement>
<code>$value</code>
</MixedReturnStatement>
</file>
<file src="src/Year2021/Day06/Swarm.php">
<PossiblyUndefinedArrayOffset>
<code>$next[6]</code>
<code>$next[8]</code>
</PossiblyUndefinedArrayOffset>
</file>
</files>