1
0
mirror of https://github.com/danog/MadelineProto.git synced 2024-11-27 02:34:39 +01:00

Fix typos

- Run composer cs-fix
This commit is contained in:
Mahdi 2023-09-01 17:34:10 +00:00
parent f06087ae4a
commit bf54382e1d
3 changed files with 0 additions and 3 deletions

View File

@ -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
{

View File

@ -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
{

View File

@ -154,7 +154,6 @@ final class GroupMessage extends Message
/**
* Revoke all supergroup message.
*
*/
public function revokeAll(bool $forEveryone = true, int $maxId = 0): Update
{