WIP: Symfony 6 project remake #2

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

View file

@ -50,7 +50,7 @@ class TelegramWebhookCommand extends Command
try { try {
$this->client->setWebhook( $this->client->setWebhook(
url: $url, url: $url,
max_connections: $this->telegramWebhookMaxConnections, maxConnections: $this->telegramWebhookMaxConnections,
); );
} catch (\Exception $e) { } catch (\Exception $e) {
$io->error(\sprintf( $io->error(\sprintf(