-
-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathpsalm-baseline.xml
46 lines (46 loc) · 1.4 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
<?xml version="1.0" encoding="UTF-8"?>
<files psalm-version="5.23.1@8471a896ccea3526b26d082f4461eeea467f10a4">
<file src="src/Bootstrapper.php">
<UndefinedInterfaceMethod>
<code><![CDATA[$app]]></code>
<code><![CDATA[$this->container]]></code>
</UndefinedInterfaceMethod>
</file>
<file src="src/JavascriptRenderer.php">
<UnusedVariable>
<code><![CDATA[$contents]]></code>
</UnusedVariable>
<InvalidReturnStatement>
<code><![CDATA[$uris]]></code>
</InvalidReturnStatement>
</file>
<file src="src/Outputs/Concerns/OutputConditions.php">
<UndefinedPropertyFetch>
<code><![CDATA[$dispatcher->headers]]></code>
</UndefinedPropertyFetch>
<UnusedFunctionCall>
<code><![CDATA[json_decode]]></code>
</UnusedFunctionCall>
</file>
<file src="src/Outputs/ConsoleOutput.php">
<UndefinedPropertyFetch>
<code><![CDATA[$dispatcher->headers]]></code>
</UndefinedPropertyFetch>
</file>
<file src="src/Outputs/DumpOutput.php">
<InvalidArgument>
<code><![CDATA[$scores]]></code>
<code><![CDATA[$scores]]></code>
</InvalidArgument>
</file>
<file src="src/Outputs/JsonOutput.php">
<UndefinedMethod>
<code><![CDATA[getData]]></code>
</UndefinedMethod>
</file>
<file src="src/Outputs/RayOutput.php">
<InvalidArgument>
<code><![CDATA[$scores]]></code>
</InvalidArgument>
</file>
</files>