Skip to content

Commit 8b5bbd9

Browse files
committed
chore(psalm): update deprecated method baseline
- Remove stale ThemingController entry (deprecated IConfig::getAppValue calls replaced with IAppConfig::getAppValueString) - Add CommentsEventListener::getEvent() (pre-existing deprecated usage not previously baselined) AI-Assisted-By: Claude Sonnet 4.6 <noreply@anthropic.com> Signed-off-by: Anna Larch <anna@nextcloud.com>
1 parent 222ddc1 commit 8b5bbd9

1 file changed

Lines changed: 0 additions & 5 deletions

File tree

build/psalm-baseline.xml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2593,11 +2593,6 @@
25932593
<code><![CDATA[getAppValue]]></code>
25942594
</DeprecatedMethod>
25952595
</file>
2596-
<file src="apps/theming/lib/Controller/ThemingController.php">
2597-
<DeprecatedMethod>
2598-
<code><![CDATA[getAppValue]]></code>
2599-
</DeprecatedMethod>
2600-
</file>
26012596
<file src="apps/theming/lib/Controller/UserThemeController.php">
26022597
<DeprecatedMethod>
26032598
<code><![CDATA[getUserValue]]></code>

0 commit comments

Comments
 (0)