-
-
Notifications
You must be signed in to change notification settings - Fork 12
/
psalm-baseline.xml
34 lines (34 loc) · 1.14 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
<?xml version="1.0" encoding="UTF-8"?>
<files psalm-version="5.26.1@d747f6500b38ac4f7dfc5edbcae6e4b637d7add0">
<file src="src/Middleware/DoublePassMiddlewareDecorator.php">
<UnusedClosureParam>
<code><![CDATA[$response]]></code>
</UnusedClosureParam>
</file>
<file src="src/Middleware/ErrorResponseGenerator.php">
<UnusedParam>
<code><![CDATA[$request]]></code>
</UnusedParam>
</file>
<file src="src/Middleware/HostMiddlewareDecorator.php">
<PossiblyUnusedReturnValue>
<code><![CDATA[ResponseInterface]]></code>
</PossiblyUnusedReturnValue>
</file>
<file src="test/Exception/ExceptionTest.php">
<PossiblyUnusedMethod>
<code><![CDATA[exception]]></code>
</PossiblyUnusedMethod>
</file>
<file src="test/Middleware/HostMiddlewareDecoratorTest.php">
<PossiblyUnusedMethod>
<code><![CDATA[matchingHost]]></code>
</PossiblyUnusedMethod>
</file>
<file src="test/Middleware/PathMiddlewareDecoratorTest.php">
<PossiblyUnusedMethod>
<code><![CDATA[nestedPathCombinations]]></code>
<code><![CDATA[rootPathsProvider]]></code>
</PossiblyUnusedMethod>
</file>
</files>