Skip to content

Commit

Permalink
fixup! feat: create example event when a user logs in for the first time
Browse files Browse the repository at this point in the history
  • Loading branch information
st3iny committed Jan 29, 2025
1 parent 29b0664 commit 1b7de04
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions tests/psalm-baseline.xml
Original file line number Diff line number Diff line change
Expand Up @@ -50,13 +50,14 @@
<code><![CDATA[createEventBuilder]]></code>
</UndefinedInterfaceMethod>
</file>
<file src="lib/Listener/UserFirstLoginListener.php">
<file src="lib/Service/NextcloudVersionService.php">
<UndefinedClass>
<code><![CDATA[?ServerVersion]]></code>
<code><![CDATA[ServerVersion]]></code>
</UndefinedClass>
<UndefinedDocblockClass>
<code><![CDATA[$serverVersion]]></code>
<code><![CDATA[$serverVersion]]></code>
<code><![CDATA[$this->serverVersion]]></code>
<code><![CDATA[$this->serverVersion]]></code>
</UndefinedDocblockClass>
</file>
</files>

0 comments on commit 1b7de04

Please sign in to comment.