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 Dec 15, 2024
1 parent 3353104 commit b935a72
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
1 change: 1 addition & 0 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,7 @@
"cs:fix": "phpcbf -p --colors",
"psalm": "vendor/bin/psalm",
"sa": "@psalm",
"sa:bl": "cpx psalm --set-baseline=psalm-baseline.xml --long-progress --threads=1",
"test": "phpunit --colors=always"
}
}
6 changes: 5 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="5.22.2@d768d914152dbbf3486c36398802f74e80cfde48">
<files psalm-version="5.26.1@d747f6500b38ac4f7dfc5edbcae6e4b637d7add0">
<file src="src/Unlayer.php">
<MethodSignatureMismatch>
<code><![CDATA[Unlayer]]></code>
Expand All @@ -10,8 +10,12 @@
<MixedAssignment>
<code><![CDATA[$attributeValue]]></code>
</MixedAssignment>
<MoreSpecificImplementedParamType>
<code><![CDATA[$model]]></code>
</MoreSpecificImplementedParamType>
<PropertyNotSetInConstructor>
<code><![CDATA[Unlayer]]></code>
<code><![CDATA[Unlayer]]></code>
</PropertyNotSetInConstructor>
</file>
</files>

0 comments on commit b935a72

Please sign in to comment.