-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpsalm-baseline.xml
More file actions
73 lines (73 loc) · 2.48 KB
/
psalm-baseline.xml
File metadata and controls
73 lines (73 loc) · 2.48 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
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
<?xml version="1.0" encoding="UTF-8"?>
<files psalm-version="6.9.4@e052de4275fb6cdbfedfef1d883a7e90732ea609">
<file src="src/DependencyInjection/Configuration.php">
<UndefinedInterfaceMethod>
<code><![CDATA[scalarNode]]></code>
</UndefinedInterfaceMethod>
</file>
<file src="src/DependencyInjection/EuLoginApiAuthenticationExtension.php">
<UnusedClass>
<code><![CDATA[EuLoginApiAuthenticationExtension]]></code>
</UnusedClass>
</file>
<file src="src/Exception/EuLoginApiAuthenticationException.php">
<PossiblyUnusedMethod>
<code><![CDATA[unableToGetPopTokenFromRequest]]></code>
</PossiblyUnusedMethod>
<UnusedParam>
<code><![CDATA[$request]]></code>
<code><![CDATA[$request]]></code>
</UnusedParam>
</file>
<file src="src/Security/Core/User/EuLoginApiAuthenticationUser.php">
<PossiblyUnusedMethod>
<code><![CDATA[createFromPayload]]></code>
<code><![CDATA[getPassword]]></code>
<code><![CDATA[getSalt]]></code>
<code><![CDATA[getUsername]]></code>
</PossiblyUnusedMethod>
</file>
<file src="src/Security/Core/User/EuLoginApiAuthenticationUserInterface.php">
<PossiblyUnusedMethod>
<code><![CDATA[get]]></code>
<code><![CDATA[getAttribute]]></code>
</PossiblyUnusedMethod>
</file>
<file src="src/Security/Core/User/EuLoginApiAuthenticationUserProvider.php">
<PossiblyUnusedMethod>
<code><![CDATA[loadUserByUsername]]></code>
</PossiblyUnusedMethod>
<UnusedParam>
<code><![CDATA[$username]]></code>
</UnusedParam>
</file>
<file src="src/Security/EuLoginApiAuthenticationAuthenticator.php">
<PossiblyUnusedMethod>
<code><![CDATA[__construct]]></code>
</PossiblyUnusedMethod>
</file>
<file src="src/Service/EuLoginApiAccessTokenVerifier.php">
<InternalMethod>
<code><![CDATA[run]]></code>
</InternalMethod>
</file>
<file src="src/Service/EuLoginApiCredentials.php">
<PossiblyUnusedMethod>
<code><![CDATA[__construct]]></code>
</PossiblyUnusedMethod>
<UndefinedMethod>
<code><![CDATA[build]]></code>
</UndefinedMethod>
</file>
<file src="src/Service/LocalEuLoginApiCredentials.php">
<UnusedClass>
<code><![CDATA[LocalEuLoginApiCredentials]]></code>
</UnusedClass>
</file>
<file src="src/Tests/Fixtures/App/Kernel.php">
<PossiblyUnusedMethod>
<code><![CDATA[configureContainer]]></code>
<code><![CDATA[configureRoutes]]></code>
</PossiblyUnusedMethod>
</file>
</files>