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:
parent
f06087ae4a
commit
bf54382e1d
@ -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
|
||||
{
|
||||
|
@ -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
|
||||
{
|
||||
|
@ -154,7 +154,6 @@ final class GroupMessage extends Message
|
||||
|
||||
/**
|
||||
* Revoke all supergroup message.
|
||||
*
|
||||
*/
|
||||
public function revokeAll(bool $forEveryone = true, int $maxId = 0): Update
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user