Skip to content

Commit

Permalink
fix(db): cs-fix spacing
Browse files Browse the repository at this point in the history
Signed-off-by: Josh <[email protected]>
  • Loading branch information
joshtrichards authored May 18, 2024
1 parent 59dc6b4 commit 2ccde6f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/Command/Db/ConvertType.php
Original file line number Diff line number Diff line change
Expand Up @@ -179,7 +179,7 @@ protected function readPassword(InputInterface $input, OutputInterface $output)
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).'
);
Expand Down

0 comments on commit 2ccde6f

Please sign in to comment.