fix(ci): psalm, suppress undefined for viewApps

Signed-off-by: Andrey Borysenko <andrey18106x@gmail.com>
pull/48665/head
Andrey Borysenko 2024-10-24 16:30:16 +07:00
parent 87327552a2
commit a12b4da6af
No known key found for this signature in database
GPG Key ID: 934CB29F9F59B0D1
1 changed files with 2 additions and 0 deletions

@ -79,6 +79,8 @@ class AppSettingsController extends Controller {
}
/**
* @psalm-suppress UndefinedClass AppAPI is shipped since 30.0.1
*
* @return TemplateResponse
*/
#[NoCSRFRequired]