We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 477ba8d commit 7ba8a55Copy full SHA for 7ba8a55
psalm-baseline.xml
@@ -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
7
+ </UndefinedInterfaceMethod>
8
+ </file>
9
+</files>
psalm.xml
@@ -5,6 +5,7 @@
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns="https://getpsalm.org/schema/config"
xsi:schemaLocation="https://getpsalm.org/schema/config vendor/vimeo/psalm/config.xsd"
+ errorBaseline="psalm-baseline.xml"
>
10
<projectFiles>
11
<directory name="src"/>
0 commit comments