diff --git a/src/EventHandler/Media.php b/src/EventHandler/Media.php index ba495019c..b72bee504 100644 --- a/src/EventHandler/Media.php +++ b/src/EventHandler/Media.php @@ -121,7 +121,6 @@ abstract class Media extends IpcCapable implements JsonSerializable /** * Download the media to working directory or passed path. - * */ public function download(?string $path = null, bool $downloadToDir = true): string { diff --git a/src/EventHandler/Message.php b/src/EventHandler/Message.php index c016a6c74..1b50fe844 100644 --- a/src/EventHandler/Message.php +++ b/src/EventHandler/Message.php @@ -387,7 +387,6 @@ abstract class Message extends AbstractMessage /** * Mark selected message as read pass 0 to $maxId parameter to read all messages in current chat. - * */ public function read(?int $maxId = null): bool { diff --git a/src/EventHandler/Message/GroupMessage.php b/src/EventHandler/Message/GroupMessage.php index ff78e61e7..e3beca35f 100644 --- a/src/EventHandler/Message/GroupMessage.php +++ b/src/EventHandler/Message/GroupMessage.php @@ -154,7 +154,6 @@ final class GroupMessage extends Message /** * Revoke all supergroup message. - * */ public function revokeAll(bool $forEveryone = true, int $maxId = 0): Update {