Skip to content

Commit 7ba8a55

Browse files
committed
fix psalm.xml
1 parent 477ba8d commit 7ba8a55

File tree

2 files changed

+10
-0
lines changed

2 files changed

+10
-0
lines changed

psalm-baseline.xml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<files psalm-version="4.13.1@5cf660f63b548ccd4a56f62d916ee4d6028e01a3">
3+
<file src="src/WalletServiceProvider.php">
4+
<UndefinedInterfaceMethod occurrences="2">
5+
<code>makeWith</code>
6+
<code>makeWith</code>
7+
</UndefinedInterfaceMethod>
8+
</file>
9+
</files>

psalm.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
66
xmlns="https://getpsalm.org/schema/config"
77
xsi:schemaLocation="https://getpsalm.org/schema/config vendor/vimeo/psalm/config.xsd"
8+
errorBaseline="psalm-baseline.xml"
89
>
910
<projectFiles>
1011
<directory name="src"/>

0 commit comments

Comments
 (0)