fix(psalm): named attribute argument

Signed-off-by: Maxence Lange <maxence@artificial-owl.com>
pull/46846/head
Maxence Lange 2 years ago
parent 13d2b67674
commit dd0099c69f
  1. 2
      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') {

Loading…
Cancel
Save