Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
fix(db): cs-fix spacing
Signed-off-by: Josh <[email protected]>
  • Loading branch information
joshtrichards authored and backportbot[bot] committed May 22, 2024
commit 6d72b014c44e2fe21da9175ae7381f58f2dee3d3
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