From 52298a3607f314180659016d7548c705a7b5af51 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Tue, 27 Jan 2026 09:41:00 +0000 Subject: [PATCH 1/2] Initial plan From a681f49062d2abd9c417f4341be6a738cd6dfbe2 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Tue, 27 Jan 2026 09:43:23 +0000 Subject: [PATCH 2/2] Remove trailing whitespace from blank line in Status.php Co-authored-by: matsaur <151215545+matsaur@users.noreply.github.com> --- core/Command/Status.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/Command/Status.php b/core/Command/Status.php index 439f9a06c456e..e08008c124742 100644 --- a/core/Command/Status.php +++ b/core/Command/Status.php @@ -56,7 +56,7 @@ protected function execute(InputInterface $input, OutputInterface $output): int $databaseError = $e->getMessage(); } } - + $values = [ 'installed' => $installed, 'version' => implode('.', $this->serverVersion->getVersion()),