-
-
Notifications
You must be signed in to change notification settings - Fork 14
/
Copy pathpsalm-baseline.xml
59 lines (59 loc) · 1.95 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
<?xml version="1.0" encoding="UTF-8"?>
<files psalm-version="5.8.0@9cf4f60a333f779ad3bc704a555920e81d4fdcda">
<file src="src/Persistence/CacheHeadersGeneratorTrait.php">
<UnusedMethod>
<code>generateCacheHeaders</code>
</UnusedMethod>
</file>
<file src="src/LazySession.php">
<DeprecatedInterface>
<code>LazySession</code>
</DeprecatedInterface>
</file>
<file src="src/RetrieveSession.php">
<UnusedConstructor>
<code>__construct</code>
</UnusedConstructor>
</file>
<file src="src/Session.php">
<DeprecatedInterface>
<code>Session</code>
</DeprecatedInterface>
<MixedInferredReturnType>
<code>null|bool|int|float|string|array</code>
</MixedInferredReturnType>
<MixedReturnStatement>
<code>json_decode(json_encode($value, JSON_PRESERVE_ZERO_FRACTION), true)</code>
</MixedReturnStatement>
</file>
<file src="src/SessionPersistenceInterface.php">
<DeprecatedInterface>
<code><![CDATA[SessionInterface&SessionIdentifierAwareInterface]]></code>
</DeprecatedInterface>
</file>
<file src="test/Persistence/CacheHeadersGeneratorTraitTest.php">
<PossiblyUnusedMethod>
<code>provideCacheHeaderValues</code>
<code>provideCacheLimiterValues</code>
<code>providePreexistingCacheHeaders</code>
<code>provideUnsupportedCacheLimiters</code>
</PossiblyUnusedMethod>
</file>
<file src="test/Persistence/SessionCookieAwareTraitTest.php">
<PossiblyUnusedMethod>
<code>provideRequestSessionCookieValues</code>
<code>provideResponseCookieHeaderLines</code>
<code>provideSessionCookieLifetimeValues</code>
</PossiblyUnusedMethod>
</file>
<file src="test/RetrieveSessionTest.php">
<PossiblyUnusedMethod>
<code>attributeNameProvider</code>
</PossiblyUnusedMethod>
</file>
<file src="test/SessionTest.php">
<PossiblyUnusedMethod>
<code>serializedDataProvider</code>
</PossiblyUnusedMethod>
</file>
</files>