Skip to content

Commit

Permalink
test(psalm): silence false positives
Browse files Browse the repository at this point in the history
- psalm issue: vimeo/psalm#8258

Signed-off-by: Arthur Schiwon <[email protected]>
  • Loading branch information
blizzz authored and mejo- committed Nov 7, 2023
1 parent c91f2dc commit 9067ae7
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion tests/psalm-baseline.xml
Original file line number Diff line number Diff line change
@@ -1,9 +1,18 @@
<?xml version="1.0" encoding="UTF-8"?>
<files psalm-version="5.9.0@8b9ad1eb9e8b7d3101f949291da2b9f7767cd163">
<files psalm-version="5.15.0@5c774aca4746caf3d239d9c8cadb9f882ca29352">
<file src="lib/AppInfo/Application.php">
<MissingDependency>
<code>RecentPagesWidget</code>
<code>SearchablePageReferenceProvider</code>
</MissingDependency>
<UndefinedClass>
<code>IAPIWidgetV2</code>
</UndefinedClass>
</file>
<file src="lib/Dashboard/RecentPagesWidget.php">
<UndefinedClass>
<code>IReloadableWidget</code>
</UndefinedClass>
</file>
<file src="lib/Fs/UserFolderHelper.php">
<UndefinedClass>
Expand Down

0 comments on commit 9067ae7

Please sign in to comment.