From dd0099c69fdca7d55c6f52e2df1be7f23a630549 Mon Sep 17 00:00:00 2001 From: Maxence Lange Date: Mon, 29 Jul 2024 11:37:40 -0100 Subject: fix(psalm): named attribute argument Signed-off-by: Maxence Lange --- apps/theming/lib/Controller/ThemingController.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'apps/theming') diff --git a/apps/theming/lib/Controller/ThemingController.php b/apps/theming/lib/Controller/ThemingController.php index 4d968abf619..73ef78c7a8e 100644 --- a/apps/theming/lib/Controller/ThemingController.php +++ b/apps/theming/lib/Controller/ThemingController.php @@ -423,7 +423,7 @@ class ThemingController extends Controller { */ #[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') { -- cgit v1.2.3