From dd0099c69fdca7d55c6f52e2df1be7f23a630549 Mon Sep 17 00:00:00 2001 From: Maxence Lange Date: Mon, 29 Jul 2024 11:37:40 -0100 Subject: [PATCH] fix(psalm): named attribute argument Signed-off-by: Maxence Lange --- apps/theming/lib/Controller/ThemingController.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/theming/lib/Controller/ThemingController.php b/apps/theming/lib/Controller/ThemingController.php index 4d968abf61980..73ef78c7a8e8c 100644 --- a/apps/theming/lib/Controller/ThemingController.php +++ b/apps/theming/lib/Controller/ThemingController.php @@ -423,7 +423,7 @@ public function getThemeStylesheet(string $themeId, bool $plain = false, bool $w */ #[PublicPage] #[NoCSRFRequired] - #[BruteForceProtection('manifest')] + #[BruteForceProtection(action: 'manifest')] public function getManifest(string $app): JSONResponse { $cacheBusterValue = $this->config->getAppValue('theming', 'cachebuster', '0'); if ($app === 'core' || $app === 'settings') {