diff --git a/lib/Command/CirclesCheck.php b/lib/Command/CirclesCheck.php index bb1334f61..6b0791012 100644 --- a/lib/Command/CirclesCheck.php +++ b/lib/Command/CirclesCheck.php @@ -544,7 +544,7 @@ private function checkInternal(InputInterface $input, OutputInterface $output, s $pastedSignatory->json(trim($helper->ask($input, $output, $question))); // small hack to refresh the cached config -// OC::$server->get(AppConfig::class)->clearCachedConfig(); + OC::$server->get(AppConfig::class)->clearCachedConfig(); $this->interfaceService->setCurrentInterface(InterfaceService::IFACE_TEST); $appSignatory = $this->remoteStreamService->getAppSignatory(false); diff --git a/tests/psalm-baseline.xml b/tests/psalm-baseline.xml index eecefc4d2..84ebcd87d 100644 --- a/tests/psalm-baseline.xml +++ b/tests/psalm-baseline.xml @@ -48,7 +48,7 @@ - + AppConfig