mirror of
https://github.com/nextcloud/server.git
synced 2026-06-15 03:32:00 -04:00
fix(db): cs-fix spacing
Signed-off-by: Josh <josh.t.richards@gmail.com>
This commit is contained in:
parent
3a8c2903d8
commit
6d72b014c4
1 changed files with 1 additions and 1 deletions
|
|
@ -179,7 +179,7 @@ class ConvertType extends Command implements CompletionAwareInterface {
|
|||
protected function execute(InputInterface $input, OutputInterface $output): int {
|
||||
// WARNING:
|
||||
// Leave in place until #45257 is addressed to prevent data loss (hopefully in time for the next maintenance release)
|
||||
//
|
||||
//
|
||||
throw new \InvalidArgumentException(
|
||||
'This command is temporarily disabled (until the next maintenance release).'
|
||||
);
|
||||
|
|
|
|||
Loading…
Reference in a new issue