Skip to content

Commit

Permalink
ci(psalm): Update psalm baseline
Browse files Browse the repository at this point in the history
Signed-off-by: Joas Schilling <coding@schilljs.com>
  • Loading branch information
nickvergessen committed Jan 27, 2025
1 parent a716ad8 commit d2474a3
Showing 1 changed file with 1 addition and 10 deletions.
11 changes: 1 addition & 10 deletions tests/psalm-baseline.xml
Original file line number Diff line number Diff line change
@@ -1,11 +1,2 @@
<?xml version="1.0" encoding="UTF-8"?>
<files psalm-version="5.14.1@b9d355e0829c397b9b3b47d0c0ed042a8a70284d">
<file src="lib/Dashboard/Widget.php">
<InvalidArgument>
<code><![CDATA[function () {
$announcements = $this->manager->getAnnouncements();
return array_map([$this, 'renderAnnouncement'], $announcements);
}]]></code>
</InvalidArgument>
</file>
</files>
<files psalm-version="6.0.0@b8e96bb617bf59382113b1b56cef751f648a7dc9"/>

0 comments on commit d2474a3

Please sign in to comment.