Skip to content

Commit fc4eacc

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

File tree

5 files changed

+10
-10
lines changed

5 files changed

+10
-10
lines changed

src/Telegram/Methods/SendAnimation.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,8 +54,8 @@ class SendAnimation extends TelegramMethods
5454

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

src/Telegram/Methods/SendVenue.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,8 +53,8 @@ class SendVenue extends TelegramMethods
5353
public $foursquare_id = '';
5454

5555
/**
56-
* Optional. Foursquare type of the venue. (For example, arts_entertainment/default”, “arts_entertainment/aquarium
57-
* or food/icecream.)
56+
* Optional. Foursquare type of the venue. (For example, "arts_entertainment/default", "arts_entertainment/aquarium"
57+
* or "food/icecream".)
5858
* @var string
5959
*/
6060
public $foursquare_type = '';

src/Telegram/Types/Inline/Query/Result/Venue.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,8 +54,8 @@ class Venue extends Result
5454
public $foursquare_id = '';
5555

5656
/**
57-
* Optional. Foursquare type of the venue. (For example, arts_entertainment/default”, “arts_entertainment/aquarium
58-
* or food/icecream.)
57+
* Optional. Foursquare type of the venue. (For example, "arts_entertainment/default", "arts_entertainment/aquarium"
58+
* or "food/icecream".)
5959
* @var string
6060
*/
6161
public $foursquare_type = '';

src/Telegram/Types/InputMessageContent/Venue.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,8 +47,8 @@ class Venue extends InputMessageContent
4747
public $foursquare_id = '';
4848

4949
/**
50-
* Optional. Foursquare type of the venue. (For example, arts_entertainment/default”, “arts_entertainment/aquarium
51-
* or food/icecream.)
50+
* Optional. Foursquare type of the venue. (For example, "arts_entertainment/default", "arts_entertainment/aquarium"
51+
* or "food/icecream".)
5252
* @var string
5353
*/
5454
public $foursquare_type = '';

src/Telegram/Types/Venue.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,8 +40,8 @@ class Venue extends TelegramTypes
4040
public $foursquare_id = '';
4141

4242
/**
43-
* Optional. Foursquare type of the venue. (For example, arts_entertainment/default”, “arts_entertainment/aquarium
44-
* or food/icecream.)
43+
* Optional. Foursquare type of the venue. (For example, "arts_entertainment/default", "arts_entertainment/aquarium"
44+
* or "food/icecream".)
4545
* @var string
4646
*/
4747
public $foursquare_type = '';

0 commit comments

Comments
 (0)