Skip to content

Commit 32f22f9

Browse files
miaulalalanextcloud-command
authored andcommitted
chore(psalm): update deprecated method baseline
- Remove stale ThemingController entry (deprecated IConfig::getAppValue calls replaced with IAppConfig::getAppValueString) - Add CommentsEventListener::getEvent(), Activity/Listener::getEvent(), and Notification/Listener::getEvent() (pre-existing deprecated usage not previously baselined) Signed-off-by: Anna Larch <anna@nextcloud.com> AI-Assisted-By: Claude Sonnet 4.6 <noreply@anthropic.com>
1 parent 2700278 commit 32f22f9

1 file changed

Lines changed: 10 additions & 7 deletions

File tree

build/psalm-baseline.xml

Lines changed: 10 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,9 @@
4343
<DeprecatedConstant>
4444
<code><![CDATA[CommentsEvent::EVENT_ADD]]></code>
4545
</DeprecatedConstant>
46+
<DeprecatedMethod>
47+
<code><![CDATA[getEvent]]></code>
48+
</DeprecatedMethod>
4649
</file>
4750
<file src="apps/comments/lib/Listener/CommentsEventListener.php">
4851
<DeprecatedConstant>
@@ -51,6 +54,9 @@
5154
<code><![CDATA[CommentsEvent::EVENT_PRE_UPDATE]]></code>
5255
<code><![CDATA[CommentsEvent::EVENT_UPDATE]]></code>
5356
</DeprecatedConstant>
57+
<DeprecatedMethod>
58+
<code><![CDATA[getEvent]]></code>
59+
</DeprecatedMethod>
5460
</file>
5561
<file src="apps/comments/lib/MaxAutoCompleteResultsInitialState.php">
5662
<DeprecatedMethod>
@@ -62,6 +68,10 @@
6268
<code><![CDATA[CommentsEvent::EVENT_DELETE]]></code>
6369
<code><![CDATA[CommentsEvent::EVENT_PRE_UPDATE]]></code>
6470
</DeprecatedConstant>
71+
<DeprecatedMethod>
72+
<code><![CDATA[getEvent]]></code>
73+
<code><![CDATA[getEvent]]></code>
74+
</DeprecatedMethod>
6575
</file>
6676
<file src="apps/comments/lib/Search/CommentsSearchProvider.php">
6777
<DeprecatedClass>
@@ -2319,13 +2329,6 @@
23192329
<code><![CDATA[getAppValue]]></code>
23202330
</DeprecatedMethod>
23212331
</file>
2322-
<file src="apps/theming/lib/Controller/ThemingController.php">
2323-
<DeprecatedMethod>
2324-
<code><![CDATA[getAppValue]]></code>
2325-
<code><![CDATA[getAppValue]]></code>
2326-
<code><![CDATA[getAppValue]]></code>
2327-
</DeprecatedMethod>
2328-
</file>
23292332
<file src="apps/theming/lib/ImageManager.php">
23302333
<DeprecatedMethod>
23312334
<code><![CDATA[deleteAppValue]]></code>

0 commit comments

Comments
 (0)