We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3fb61a1 commit b972442Copy full SHA for b972442
1 file changed
src/Command/Webhook/SetCommand.php
@@ -104,9 +104,9 @@ private function setWebhook(
104
SymfonyStyle $io,
105
string $name,
106
BotApi $api,
107
- string $urlOrHostname = null,
108
- \CURLFile $certificateFile = null,
109
- array $allowedUpdates = null
+ ?string $urlOrHostname = null,
+ ?\CURLFile $certificateFile = null,
+ ?array $allowedUpdates = null
110
): bool {
111
$io->block(sprintf('Bot "%s"', $name));
112
0 commit comments