Skip to content

Commit

Permalink
psalm stop complaining about unused method
Browse files Browse the repository at this point in the history
  • Loading branch information
dbu committed Mar 16, 2024
1 parent dc4da39 commit b88310d
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions psalm.baseline.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,9 @@
<code>$exception-&gt;getResponse()</code>
</PossiblyNullArgument>
</file>
<file src="src/Client.php">
<PossiblyUnusedMethod occurrences="1">
<code>createWithConfig</code>
</PossiblyUnusedMethod>
</file>
</files>

0 comments on commit b88310d

Please sign in to comment.