Skip to content

Commit bf5a7fb

Browse files
committed
Update psalm-baseline.xml
Signed-off-by: Nathanael Esayeas <[email protected]>
1 parent 897ca90 commit bf5a7fb

File tree

2 files changed

+14
-0
lines changed

2 files changed

+14
-0
lines changed

psalm-baseline.xml

+13
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<files psalm-version="4.21.0@d8bec4c7aaee111a532daec32fb09de5687053d1">
3+
<file src="src/DependencyRewriterPluginDelegator.php">
4+
<LessSpecificImplementedReturnType occurrences="1">
5+
<code>array</code>
6+
</LessSpecificImplementedReturnType>
7+
</file>
8+
<file src="src/DependencyRewriterV2.php">
9+
<ArgumentTypeCoercion occurrences="1">
10+
<code>$packages</code>
11+
</ArgumentTypeCoercion>
12+
</file>
13+
</files>

psalm.xml.dist

+1
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
55
xmlns="https://getpsalm.org/schema/config"
66
xsi:schemaLocation="https://getpsalm.org/schema/config vendor/vimeo/psalm/config.xsd"
7+
errorBaseline="psalm-baseline.xml"
78
>
89
<projectFiles>
910
<directory name="src"/>

0 commit comments

Comments
 (0)