fix(ci): suppress UndefinedClass for AppAPI related classes since it's bundled

Signed-off-by: Andrey Borysenko <andrey18106x@gmail.com>
This commit is contained in:
Andrey Borysenko 2024-10-14 17:19:07 +03:00
parent a29e170012
commit fb4150ec86
No known key found for this signature in database
GPG key ID: 934CB29F9F59B0D1

View file

@ -102,6 +102,9 @@ class AppSettingsController extends Controller {
return $templateResponse;
}
/**
* @psalm-suppress UndefinedClass
*/
private function provideAppApiState(): void {
$appApiEnabled = $this->appManager->isInstalled('app_api');
$this->initialState->provideInitialState('appApiEnabled', $appApiEnabled);