Skip to content

Commit

Permalink
ci: Clean up psalm baseline
Browse files Browse the repository at this point in the history
Signed-off-by: Joas Schilling <[email protected]>
  • Loading branch information
nickvergessen committed Feb 6, 2025
1 parent 50a2acc commit e926927
Showing 1 changed file with 0 additions and 24 deletions.
24 changes: 0 additions & 24 deletions tests/psalm-baseline.xml
Original file line number Diff line number Diff line change
Expand Up @@ -89,30 +89,6 @@
<code><![CDATA[Filesystem]]></code>
</UndefinedClass>
</file>
<file src="lib/Service/BotService.php">
<InvalidArgument>
<code><![CDATA[[
'type' => 'Activity',
'actor' => [
'type' => 'Person',
'id' => $message->getActorType() . '/' . $message->getActorId(),
'name' => $message->getActorDisplayName(),
],
'object' => [
'type' => 'Note',
'id' => $event->getComment()->getId(),
'name' => $message->getMessageRaw(),
'content' => json_encode($messageData),
'mediaType' => 'text/markdown',
],
'target' => [
'type' => 'Collection',
'id' => $event->getRoom()->getToken(),
'name' => $event->getRoom()->getName(),
]
]]]></code>
</InvalidArgument>
</file>
<file src="lib/Service/RecordingService.php">
<LessSpecificReturnStatement>
<code><![CDATA[$recordingFolder]]></code>
Expand Down

0 comments on commit e926927

Please sign in to comment.