Skip to content

Commit b88310d

Browse files
committed
psalm stop complaining about unused method
1 parent dc4da39 commit b88310d

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

psalm.baseline.xml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,9 @@
55
<code>$exception-&gt;getResponse()</code>
66
</PossiblyNullArgument>
77
</file>
8+
<file src="src/Client.php">
9+
<PossiblyUnusedMethod occurrences="1">
10+
<code>createWithConfig</code>
11+
</PossiblyUnusedMethod>
12+
</file>
813
</files>

0 commit comments

Comments
 (0)