Skip to content

Commit

Permalink
Fix a PHP < 7.3 incompatibility in mount:size command
Browse files Browse the repository at this point in the history
  • Loading branch information
pjcdawkins committed Aug 21, 2023
1 parent 9aeb645 commit 8409722
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Command/Mount/MountSizeCommand.php
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@ protected function execute(InputInterface $input, OutputInterface $output)
}
$this->stdErr->writeln('');
$this->stdErr->writeln(
'To increase the available space, edit the <info>disk</info> key in the application configuration.',
'To increase the available space, edit the <info>disk</info> key in the application configuration.'
);
}

Expand Down

0 comments on commit 8409722

Please sign in to comment.