Skip to content

Commit

Permalink
Suppress Psalm's false positives
Browse files Browse the repository at this point in the history
  • Loading branch information
alies-dev committed Feb 19, 2024
1 parent 72b8b85 commit 8bcaa09
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion psalm-baseline.xml
Original file line number Diff line number Diff line change
@@ -1,2 +1,9 @@
<?xml version="1.0" encoding="UTF-8"?>
<files psalm-version="5.22.1@e9dad66e11274315dac27e08349c628c7d6a1a43"/>
<files psalm-version="5.22.1@e9dad66e11274315dac27e08349c628c7d6a1a43">
<file src="src/Link.php">
<UndefinedInterfaceMethod>
<code><![CDATA[modify]]></code>
<code><![CDATA[setTimezone]]></code>
</UndefinedInterfaceMethod>
</file>
</files>

0 comments on commit 8bcaa09

Please sign in to comment.