Skip to content

Commit

Permalink
ci(psalm): update baseline
Browse files Browse the repository at this point in the history
prefer to keep this check as PublicEmitter should be dropped sooner or
later

Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
  • Loading branch information
blizzz committed Jul 11, 2024
1 parent 31e0795 commit e39be84
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions build/psalm-baseline.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3587,6 +3587,9 @@
<code><![CDATA[$request->server]]></code>
<code><![CDATA[$request->server]]></code>
</NoInterfaceProperties>
<RedundantCondition>
<code><![CDATA[$this->manager instanceof PublicEmitter]]></code>
</RedundantCondition>
<TooManyArguments>
<code>dispatch</code>
</TooManyArguments>
Expand Down

0 comments on commit e39be84

Please sign in to comment.