WIP: Symfony 6 project remake #2

Draft
skobkin wants to merge 103 commits from symfony6_remake into master
Showing only changes of commit 728f1c28ac - Show all commits

View file

@ -39,7 +39,7 @@ class TelegramSendMessageCommand extends Command
} elseif (null !== $input->getArgument('message')) {
$message = $input->getArgument('message');
} else {
$io->error('Either \'--stdin\' option or \'message\' argument should be specified.')
$io->error('Either \'--stdin\' option or \'message\' argument should be specified.');
return Command::FAILURE;
}