Skip to content

Commit

Permalink
Update Psalm baseline
Browse files Browse the repository at this point in the history
  • Loading branch information
alies-dev committed Mar 12, 2024
1 parent 87f3cf1 commit 98e1a87
Showing 1 changed file with 13 additions and 8 deletions.
21 changes: 13 additions & 8 deletions psalm-baseline.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
<files psalm-version="5.13.1@086b94371304750d1c673315321a55d15fc59015">
<files psalm-version="5.23.1@8471a896ccea3526b26d082f4461eeea467f10a4">
<file src="src/Handlers/Auth/AuthConfigAnalyzer.php">
<LessSpecificReturnStatement>
<code><![CDATA['\Illuminate\Auth\GenericUser']]></code>
Expand All @@ -8,7 +8,7 @@
<code><![CDATA[$this->config->get('auth.guards')]]></code>
</MixedArgument>
<MixedInferredReturnType>
<code>?string</code>
<code><![CDATA[?string]]></code>
<code><![CDATA[class-string<\Illuminate\Contracts\Auth\Authenticatable>|null]]></code>
</MixedInferredReturnType>
<MixedReturnStatement>
Expand All @@ -18,7 +18,7 @@
</file>
<file src="src/Handlers/Auth/AuthHandler.php">
<TypeDoesNotContainType>
<code>null</code>
<code><![CDATA[null]]></code>
</TypeDoesNotContainType>
</file>
<file src="src/Handlers/Auth/GuardHandler.php">
Expand All @@ -33,9 +33,9 @@
<code><![CDATA[$event->getFqClasslikeName()]]></code>
</ArgumentTypeCoercion>
<LessSpecificImplementedReturnType>
<code>array</code>
<code>array</code>
<code>array</code>
<code><![CDATA[array]]></code>
<code><![CDATA[array]]></code>
<code><![CDATA[array]]></code>
</LessSpecificImplementedReturnType>
</file>
<file src="src/Handlers/Eloquent/Schema/SchemaAggregator.php">
Expand All @@ -45,12 +45,17 @@
</file>
<file src="src/Handlers/Helpers/PathHandler.php">
<InternalMethod>
<code>new TLiteralString($result)</code>
<code><![CDATA[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>
<code><![CDATA[new TLiteralString($concrete)]]></code>
</InternalMethod>
</file>
</files>

0 comments on commit 98e1a87

Please sign in to comment.