chore: lint happiness

Signed-off-by: Josh <josh.t.richards@gmail.com>
This commit is contained in:
Josh 2025-12-01 12:26:03 -05:00 committed by GitHub
parent d3432482cc
commit 3de06a2b33
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -833,9 +833,9 @@ class OC_Util {
[ 'installed' => $installedVersion, 'code' => $codeVersion, 'app' => 'core', ]
);
throw new \OCP\HintException(sprintf(
'Downgrading Nextcloud from %s to %s is not supported and may corrupt your instance (database and data directory). ' .
'Restore a full backup (code, database, and data directory) taken before the change, ' .
'or restore the previous codebase so that it matches the installed version (version %s).',
'Downgrading Nextcloud from %s to %s is not supported and may corrupt your instance (database and data directory). '
. 'Restore a full backup (code, database, and data directory) taken before the change, '
. 'or restore the previous codebase so that it matches the installed version (version %s).',
$installedVersion, $codeVersion, $installedVersion
));
}