Skip to content

Commit 4a76d83

Browse files
miaulalalanextcloud-command
authored andcommitted
chore(psalm): remove getEvent DeprecatedMethod entries from baseline
Psalm does not flag these as violations on stable32; the entries are not needed. Signed-off-by: Anna Larch <anna@nextcloud.com> AI-Assisted-By: Claude Sonnet 4.6 <noreply@anthropic.com>
1 parent 1b9a767 commit 4a76d83

1 file changed

Lines changed: 0 additions & 10 deletions

File tree

build/psalm-baseline.xml

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -43,9 +43,6 @@
4343
<DeprecatedConstant>
4444
<code><![CDATA[CommentsEvent::EVENT_ADD]]></code>
4545
</DeprecatedConstant>
46-
<DeprecatedMethod>
47-
<code><![CDATA[getEvent]]></code>
48-
</DeprecatedMethod>
4946
</file>
5047
<file src="apps/comments/lib/Listener/CommentsEventListener.php">
5148
<DeprecatedConstant>
@@ -54,9 +51,6 @@
5451
<code><![CDATA[CommentsEvent::EVENT_PRE_UPDATE]]></code>
5552
<code><![CDATA[CommentsEvent::EVENT_UPDATE]]></code>
5653
</DeprecatedConstant>
57-
<DeprecatedMethod>
58-
<code><![CDATA[getEvent]]></code>
59-
</DeprecatedMethod>
6054
</file>
6155
<file src="apps/comments/lib/MaxAutoCompleteResultsInitialState.php">
6256
<DeprecatedMethod>
@@ -68,10 +62,6 @@
6862
<code><![CDATA[CommentsEvent::EVENT_DELETE]]></code>
6963
<code><![CDATA[CommentsEvent::EVENT_PRE_UPDATE]]></code>
7064
</DeprecatedConstant>
71-
<DeprecatedMethod>
72-
<code><![CDATA[getEvent]]></code>
73-
<code><![CDATA[getEvent]]></code>
74-
</DeprecatedMethod>
7565
</file>
7666
<file src="apps/comments/lib/Search/CommentsSearchProvider.php">
7767
<DeprecatedClass>

0 commit comments

Comments
 (0)