Skip to content

Commit b935a72

Browse files
committed
Update Psalm baseline
1 parent 3353104 commit b935a72

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

composer.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,7 @@
6060
"cs:fix": "phpcbf -p --colors",
6161
"psalm": "vendor/bin/psalm",
6262
"sa": "@psalm",
63+
"sa:bl": "cpx psalm --set-baseline=psalm-baseline.xml --long-progress --threads=1",
6364
"test": "phpunit --colors=always"
6465
}
6566
}

psalm-baseline.xml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<?xml version="1.0" encoding="UTF-8"?>
2-
<files psalm-version="5.22.2@d768d914152dbbf3486c36398802f74e80cfde48">
2+
<files psalm-version="5.26.1@d747f6500b38ac4f7dfc5edbcae6e4b637d7add0">
33
<file src="src/Unlayer.php">
44
<MethodSignatureMismatch>
55
<code><![CDATA[Unlayer]]></code>
@@ -10,8 +10,12 @@
1010
<MixedAssignment>
1111
<code><![CDATA[$attributeValue]]></code>
1212
</MixedAssignment>
13+
<MoreSpecificImplementedParamType>
14+
<code><![CDATA[$model]]></code>
15+
</MoreSpecificImplementedParamType>
1316
<PropertyNotSetInConstructor>
1417
<code><![CDATA[Unlayer]]></code>
18+
<code><![CDATA[Unlayer]]></code>
1519
</PropertyNotSetInConstructor>
1620
</file>
1721
</files>

0 commit comments

Comments
 (0)