Skip to content

Commit 71d6619

Browse files
committed
Adapted to Psalm 5.24 and updated psalm-baseline.xml
1 parent 9484e77 commit 71d6619

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

psalm-baseline.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
<?xml version="1.0" encoding="UTF-8"?>
2-
<files psalm-version="5.13.1@086b94371304750d1c673315321a55d15fc59015">
2+
<files psalm-version="5.24.0@462c80e31c34e58cc4f750c656be3927e80e550e">
33
<file src="src/ConsecutiveArguments.php">
44
<MixedAssignment>
5-
<code>$argumentsGroupedByPosition[$position][]</code>
5+
<code><![CDATA[$argumentsGroupedByPosition[$position][]]]></code>
66
</MixedAssignment>
77
</file>
88
</files>

psalm.xml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,13 @@
11
<?xml version="1.0"?>
22
<psalm
33
errorLevel="1"
4+
resolveFromConfigFile="true"
45
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
56
xmlns="https://getpsalm.org/schema/config"
67
xsi:schemaLocation="https://getpsalm.org/schema/config vendor/vimeo/psalm/config.xsd"
78
errorBaseline="psalm-baseline.xml"
9+
findUnusedBaselineEntry="true"
10+
findUnusedCode="false"
811
>
912
<projectFiles>
1013
<directory name="src" />

0 commit comments

Comments
 (0)