Skip to content

Commit

Permalink
Update baseline
Browse files Browse the repository at this point in the history
  • Loading branch information
alies-dev committed Apr 2, 2024
1 parent 30f6dd3 commit 3b8d09d
Showing 1 changed file with 15 additions and 1 deletion.
16 changes: 15 additions & 1 deletion 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="dev-master@b07de1fefde4714f29bca0b56c632bd82855fc64">
<files psalm-version="4.30.0@d0bc6e25d89f649e4f36a534f330f8bb4643dd69">
<file src="src/Handlers/Eloquent/ModelMethodHandler.php">
<DeprecatedInterface occurrences="1">
<code>ModelMethodHandler</code>
Expand All @@ -15,6 +15,15 @@
<code>RelationsMethodHandler</code>
</DeprecatedInterface>
</file>
<file src="src/Handlers/Eloquent/Schema/SchemaAggregator.php">
<UndefinedPropertyFetch occurrences="5">
<code>$call-&gt;args[0]-&gt;value</code>
<code>$call-&gt;args[0]-&gt;value</code>
<code>$call-&gt;args[0]-&gt;value</code>
<code>$call-&gt;args[1]-&gt;value</code>
<code>$call-&gt;args[1]-&gt;value</code>
</UndefinedPropertyFetch>
</file>
<file src="src/Handlers/Helpers/PathHandler.php">
<DeprecatedInterface occurrences="1">
<code>PathHandler</code>
Expand All @@ -40,4 +49,9 @@
<code>ViewHandler</code>
</DeprecatedInterface>
</file>
<file src="src/Providers/ApplicationProvider.php">
<MissingFile occurrences="1">
<code>require $applicationPath</code>
</MissingFile>
</file>
</files>

0 comments on commit 3b8d09d

Please sign in to comment.