Skip to content

Commit 2feeaac

Browse files
committed
PSR-2 fixes
1 parent fc4eacc commit 2feeaac

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

src/Telegram/Types/InputMedia/Animation.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,8 @@ class Animation extends InputMedia
2424

2525
/**
2626
* Optional. Thumbnail of the file sent. The thumbnail should be in JPEG format and less than 200 kB in size. A
27-
* thumbnails width and height should not exceed 90. Ignored if the file is not uploaded using multipart/form-data.
28-
* Thumbnails cant be reused and can be only uploaded as a new file, so you can pass attach://<file_attach_name>
27+
* thumbnail's width and height should not exceed 90. Ignored if the file is not uploaded using multipart/form-data.
28+
* Thumbnails can't be reused and can be only uploaded as a new file, so you can pass "attach://<file_attach_name>"
2929
* if the thumbnail was uploaded using multipart/form-data under <file_attach_name>.
3030
* @var InputFile
3131
*/

src/Telegram/Types/InputMedia/Audio.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,8 @@ class Audio extends InputMedia
2424

2525
/**
2626
* Optional. Thumbnail of the file sent. The thumbnail should be in JPEG format and less than 200 kB in size. A
27-
* thumbnails width and height should not exceed 90. Ignored if the file is not uploaded using multipart/form-data.
28-
* Thumbnails cant be reused and can be only uploaded as a new file, so you can pass attach://<file_attach_name>
27+
* thumbnail's width and height should not exceed 90. Ignored if the file is not uploaded using multipart/form-data.
28+
* Thumbnails can't be reused and can be only uploaded as a new file, so you can pass "attach://<file_attach_name>"
2929
* if the thumbnail was uploaded using multipart/form-data under <file_attach_name>.
3030
* @var InputFile
3131
*/

src/Telegram/Types/InputMedia/Document.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,8 @@ class Document extends InputMedia
2424

2525
/**
2626
* Optional. Thumbnail of the file sent. The thumbnail should be in JPEG format and less than 200 kB in size. A
27-
* thumbnails width and height should not exceed 90. Ignored if the file is not uploaded using multipart/form-data.
28-
* Thumbnails cant be reused and can be only uploaded as a new file, so you can pass attach://<file_attach_name>
27+
* thumbnail's width and height should not exceed 90. Ignored if the file is not uploaded using multipart/form-data.
28+
* Thumbnails can't be reused and can be only uploaded as a new file, so you can pass "attach://<file_attach_name>"
2929
* if the thumbnail was uploaded using multipart/form-data under <file_attach_name>.
3030
* @var InputFile
3131
*/

0 commit comments

Comments
 (0)