-
-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathpsalm-baseline.xml
39 lines (39 loc) · 1.46 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
<?xml version="1.0" encoding="UTF-8"?>
<files psalm-version="6.5.1@3f17a6b24a2dbe543e21408c2b19108cf6a355ef">
<file src="src/LaminasAuthentication.php">
<MixedArgument>
<code><![CDATA[$this->config['redirect']]]></code>
</MixedArgument>
<MixedReturnStatement>
<code><![CDATA[$userFactory($identity, $roles, $details)]]></code>
</MixedReturnStatement>
<PossiblyNullReference>
<code><![CDATA[setCredential]]></code>
<code><![CDATA[setIdentity]]></code>
</PossiblyNullReference>
</file>
<file src="src/LaminasAuthenticationFactory.php">
<MixedArgument>
<code><![CDATA[$auth]]></code>
<code><![CDATA[$container->get(UserInterface::class)]]></code>
</MixedArgument>
<MixedAssignment>
<code><![CDATA[$auth]]></code>
</MixedAssignment>
<PossiblyInvalidArgument>
<code><![CDATA[$config]]></code>
</PossiblyInvalidArgument>
</file>
<file src="test/LaminasAuthenticationTest.php">
<MixedArgumentTypeCoercion>
<code><![CDATA[$this->responseFactory]]></code>
<code><![CDATA[$this->responseFactory]]></code>
<code><![CDATA[$this->responseFactory]]></code>
<code><![CDATA[$this->responseFactory]]></code>
<code><![CDATA[$this->responseFactory]]></code>
<code><![CDATA[$this->responseFactory]]></code>
<code><![CDATA[$this->responseFactory]]></code>
<code><![CDATA[$this->responseFactory]]></code>
</MixedArgumentTypeCoercion>
</file>
</files>