Skip to content

Commit 4a6c94d

Browse files
committed
Ignore psalm error in vendor
Signed-off-by: Adrien Crivelli <[email protected]>
1 parent 52019f6 commit 4a6c94d

File tree

2 files changed

+9
-0
lines changed

2 files changed

+9
-0
lines changed

psalm-baseline.xml

+8
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<files>
3+
<file src="vendor/symfony/polyfill-mbstring/bootstrap80.php">
4+
<ParseError occurrences="1">
5+
<code>=</code>
6+
</ParseError>
7+
</file>
8+
</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)