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

Signed-off-by: Andrey Borysenko <andrey18106x@gmail.com>
pull/48665/head
Andrey Borysenko 2024-10-14 17:19:07 +07:00
parent 46e643b72a
commit 3a840c102a
No known key found for this signature in database
GPG Key ID: 934CB29F9F59B0D1
1 changed files with 3 additions and 0 deletions

@ -104,6 +104,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);