Skip to content

Commit 8df89b1

Browse files
committed
Fix typo
1 parent 4af35e9 commit 8df89b1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/Telegram.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -725,7 +725,7 @@ public function getVersion()
725725
public function setWebHook(
726726
$url,
727727
$max_connections = null,
728-
$path_certificate = null
728+
$path_certificate = null,
729729
$drop_pending_updates = False // Do not drop the updates by default
730730
) {
731731
if (empty($url)) {

0 commit comments

Comments
 (0)