forked from cakephp/authentication
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpsalm-baseline.xml
80 lines (80 loc) · 2.8 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
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
<?xml version="1.0" encoding="UTF-8"?>
<files psalm-version="3.6.4@3e98c800ec72e06eed7546956823ff395fc30c75">
<file src="src/AuthenticationService.php">
<NoInterfaceProperties occurrences="1">
<code>$uri->base</code>
</NoInterfaceProperties>
<PossiblyNullArgument occurrences="1">
<code>$identity</code>
</PossiblyNullArgument>
</file>
<file src="src/Authenticator/AuthenticatorCollection.php">
<MoreSpecificImplementedParamType occurrences="1">
<code>$class</code>
</MoreSpecificImplementedParamType>
</file>
<file src="src/Authenticator/SessionAuthenticator.php">
<PossiblyInvalidArgument occurrences="1">
<code>$user</code>
</PossiblyInvalidArgument>
</file>
<file src="src/Identifier/IdentifierCollection.php">
<MoreSpecificImplementedParamType occurrences="1">
<code>$class</code>
</MoreSpecificImplementedParamType>
</file>
<file src="src/Identifier/Ldap/ExtensionAdapter.php">
<PossiblyNullArgument occurrences="1">
<code>$this->_connection</code>
</PossiblyNullArgument>
<UndefinedConstant occurrences="1">
<code>LDAP_OPT_DIAGNOSTIC_MESSAGE</code>
</UndefinedConstant>
</file>
<file src="src/Identifier/PasswordIdentifier.php">
<RedundantCondition occurrences="1">
<code>is_array($data)</code>
</RedundantCondition>
</file>
<file src="src/Identity.php">
<LessSpecificImplementedReturnType occurrences="1">
<code>mixed</code>
</LessSpecificImplementedReturnType>
</file>
<file src="src/Middleware/AuthenticationMiddleware.php">
<PossiblyNullArgument occurrences="2">
<code>$config</code>
<code>$result->getData()</code>
</PossiblyNullArgument>
</file>
<file src="src/PasswordHasher/DefaultPasswordHasher.php">
<InvalidNullableReturnType occurrences="1">
<code>string</code>
</InvalidNullableReturnType>
<MoreSpecificImplementedParamType occurrences="2">
<code>$password</code>
<code>$password</code>
</MoreSpecificImplementedParamType>
<NullableReturnStatement occurrences="1"/>
</file>
<file src="src/PasswordHasher/FallbackPasswordHasher.php">
<MoreSpecificImplementedParamType occurrences="2">
<code>$password</code>
<code>$password</code>
</MoreSpecificImplementedParamType>
</file>
<file src="src/PasswordHasher/LegacyPasswordHasher.php">
<MoreSpecificImplementedParamType occurrences="2">
<code>$password</code>
<code>$password</code>
</MoreSpecificImplementedParamType>
</file>
<file src="src/UrlChecker/DefaultUrlChecker.php">
<NoInterfaceProperties occurrences="1">
<code>$uri->base</code>
</NoInterfaceProperties>
<MoreSpecificImplementedParamType occurrences="1">
<code>$loginUrls</code>
</MoreSpecificImplementedParamType>
</file>
</files>