Skip to content

Commit 8f80df7

Browse files
committed
chore(theming): remove ThemingController from psalm deprecated baseline
The deprecated IConfig::getAppValue() calls in ThemingController have been replaced with IAppConfig::getAppValueString(), so the baseline suppression entry is no longer needed. Signed-off-by: Anna Larch <anna@nextcloud.com> AI-Assisted-By: Claude Sonnet 4.6 <noreply@anthropic.com>
1 parent 036d52a commit 8f80df7

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
@@ -2583,11 +2583,6 @@
25832583
<code><![CDATA[getAppValue]]></code>
25842584
</DeprecatedMethod>
25852585
</file>
2586-
<file src="apps/theming/lib/Controller/ThemingController.php">
2587-
<DeprecatedMethod>
2588-
<code><![CDATA[getAppValue]]></code>
2589-
</DeprecatedMethod>
2590-
</file>
25912586
<file src="apps/theming/lib/Controller/UserThemeController.php">
25922587
<DeprecatedMethod>
25932588
<code><![CDATA[getUserValue]]></code>

0 commit comments

Comments
 (0)