Skip to content

Commit

Permalink
PSR-2 fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
unreal4u committed Jul 26, 2018
1 parent fc4eacc commit 2feeaac
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions src/Telegram/Types/InputMedia/Animation.php
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@ class Animation extends InputMedia

/**
* Optional. Thumbnail of the file sent. The thumbnail should be in JPEG format and less than 200 kB in size. A
* thumbnails width and height should not exceed 90. Ignored if the file is not uploaded using multipart/form-data.
* Thumbnails cant be reused and can be only uploaded as a new file, so you can pass attach://<file_attach_name>
* thumbnail's width and height should not exceed 90. Ignored if the file is not uploaded using multipart/form-data.
* Thumbnails can't be reused and can be only uploaded as a new file, so you can pass "attach://<file_attach_name>"
* if the thumbnail was uploaded using multipart/form-data under <file_attach_name>.
* @var InputFile
*/
Expand Down
4 changes: 2 additions & 2 deletions src/Telegram/Types/InputMedia/Audio.php
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@ class Audio extends InputMedia

/**
* Optional. Thumbnail of the file sent. The thumbnail should be in JPEG format and less than 200 kB in size. A
* thumbnails width and height should not exceed 90. Ignored if the file is not uploaded using multipart/form-data.
* Thumbnails cant be reused and can be only uploaded as a new file, so you can pass attach://<file_attach_name>
* thumbnail's width and height should not exceed 90. Ignored if the file is not uploaded using multipart/form-data.
* Thumbnails can't be reused and can be only uploaded as a new file, so you can pass "attach://<file_attach_name>"
* if the thumbnail was uploaded using multipart/form-data under <file_attach_name>.
* @var InputFile
*/
Expand Down
4 changes: 2 additions & 2 deletions src/Telegram/Types/InputMedia/Document.php
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@ class Document extends InputMedia

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

0 comments on commit 2feeaac

Please sign in to comment.