-
Notifications
You must be signed in to change notification settings - Fork 71
/
psalm-baseline.xml
63 lines (63 loc) · 2.23 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
<?xml version="1.0" encoding="UTF-8"?>
<files psalm-version="5.15.0@5c774aca4746caf3d239d9c8cadb9f882ca29352">
<file src="src/Handlers/Application/ContainerHandler.php">
<MixedArgument>
<code>$abstract</code>
</MixedArgument>
</file>
<file src="src/Handlers/Auth/AuthConfigAnalyzer.php">
<MixedArgument>
<code><![CDATA[$this->config->get('auth.guards')]]></code>
</MixedArgument>
<MixedInferredReturnType>
<code>?string</code>
<code><![CDATA[class-string<\Illuminate\Contracts\Auth\Authenticatable>|null]]></code>
</MixedInferredReturnType>
<MixedReturnStatement>
<code><![CDATA[$this->config->get("auth.providers.{$provider}.model", null)]]></code>
<code><![CDATA[$this->config->get('auth.defaults.guard')]]></code>
</MixedReturnStatement>
</file>
<file src="src/Handlers/Auth/AuthHandler.php">
<TypeDoesNotContainType>
<code>null</code>
</TypeDoesNotContainType>
</file>
<file src="src/Handlers/Auth/GuardHandler.php">
<DeprecatedProperty>
<code><![CDATA[$previous_call->name->parts]]></code>
</DeprecatedProperty>
</file>
<file src="src/Handlers/Eloquent/ModelPropertyAccessorHandler.php">
<ArgumentTypeCoercion>
<code><![CDATA[$event->getFqClasslikeName()]]></code>
<code><![CDATA[$event->getFqClasslikeName()]]></code>
<code><![CDATA[$event->getFqClasslikeName()]]></code>
</ArgumentTypeCoercion>
<LessSpecificImplementedReturnType>
<code>array</code>
<code>array</code>
<code>array</code>
</LessSpecificImplementedReturnType>
</file>
<file src="src/Handlers/Eloquent/Schema/SchemaAggregator.php">
<DeprecatedProperty>
<code><![CDATA[$first_argument_of_nullable->value->name->parts]]></code>
</DeprecatedProperty>
</file>
<file src="src/Handlers/Helpers/PathHandler.php">
<InternalMethod>
<code>new TLiteralString($result)</code>
</InternalMethod>
</file>
<file src="src/Providers/ApplicationProvider.php">
<InternalMethod>
<code><![CDATA[createApplication]]></code>
</InternalMethod>
</file>
<file src="src/Util/ContainerResolver.php">
<InternalMethod>
<code>new TLiteralString($concrete)</code>
</InternalMethod>
</file>
</files>