Skip to content

Commit

Permalink
Merge pull request #46846 from nextcloud/fix/noid/named-attribute-arg…
Browse files Browse the repository at this point in the history
…ument

fix(psalm): named attribute argument
  • Loading branch information
ArtificialOwl committed Jul 29, 2024
2 parents 13d2b67 + dd0099c commit 1082164
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/theming/lib/Controller/ThemingController.php
Original file line number Diff line number Diff line change
Expand Up @@ -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') {
Expand Down

0 comments on commit 1082164

Please sign in to comment.