-
-
Notifications
You must be signed in to change notification settings - Fork 14
Expand file tree
/
Copy pathpsalm-baseline.xml
More file actions
48 lines (48 loc) · 1.72 KB
/
Copy pathpsalm-baseline.xml
File metadata and controls
48 lines (48 loc) · 1.72 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
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
<?xml version="1.0" encoding="UTF-8"?>
<files psalm-version="6.13.1@1e3b7f0a8ab32b23197b91107adc0a7ed8a05b51">
<file src="src/Exception/InvalidResponseBodyException.php">
<UnusedClass>
<code><![CDATA[InvalidResponseBodyException]]></code>
</UnusedClass>
</file>
<file src="src/ProblemDetailsMiddleware.php">
<InvalidArgument>
<code><![CDATA[$this->createErrorHandler()]]></code>
</InvalidArgument>
</file>
<file src="src/ProblemDetailsResponseFactory.php">
<UndefinedInterfaceMethod>
<code><![CDATA[getValue]]></code>
</UndefinedInterfaceMethod>
</file>
<file src="test/ProblemDetailsMiddlewareTest.php">
<InvalidPropertyAssignmentValue>
<code><![CDATA[$this->createMock(ProblemDetailsResponseFactory::class)]]></code>
</InvalidPropertyAssignmentValue>
<MixedMethodCall>
<code><![CDATA[method]]></code>
<code><![CDATA[method]]></code>
<code><![CDATA[method]]></code>
<code><![CDATA[willReturn]]></code>
<code><![CDATA[willReturn]]></code>
<code><![CDATA[willReturn]]></code>
<code><![CDATA[with]]></code>
<code><![CDATA[with]]></code>
<code><![CDATA[with]]></code>
</MixedMethodCall>
</file>
<file src="test/ProblemDetailsNotFoundHandlerTest.php">
<InvalidPropertyAssignmentValue>
<code><![CDATA[$this->createMock(ProblemDetailsResponseFactory::class)]]></code>
</InvalidPropertyAssignmentValue>
<MixedMethodCall>
<code><![CDATA[method]]></code>
<code><![CDATA[willReturn]]></code>
<code><![CDATA[with]]></code>
</MixedMethodCall>
<NoValue>
<code><![CDATA[$this->responseFactory]]></code>
<code><![CDATA[$this->responseFactory]]></code>
</NoValue>
</file>
</files>