Skip to content

Commit 80bcd59

Browse files
author
massadm
committed
PSR2.Classes.ClassDeclaration fixes
1 parent 154e59d commit 80bcd59

File tree

3 files changed

+9
-3
lines changed

3 files changed

+9
-3
lines changed

src/Entities/MessageAutoDeleteTimerChanged.php

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,4 +20,6 @@
2020
*
2121
* @method int getMessageAutoDeleteTime() New auto-delete time for messages in the chat
2222
*/
23-
class MessageAutoDeleteTimerChanged extends Entity {}
23+
class MessageAutoDeleteTimerChanged extends Entity
24+
{
25+
}

src/Entities/VoiceChatEnded.php

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,4 +20,6 @@
2020
*
2121
* @method int getDuration() Voice chat duration; in seconds
2222
*/
23-
class VoiceChatEnded extends Entity {}
23+
class VoiceChatEnded extends Entity
24+
{
25+
}

src/Entities/VoiceChatStarted.php

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,4 +18,6 @@
1818
*
1919
* @link https://core.telegram.org/bots/api#voicechatstarted
2020
*/
21-
class VoiceChatStarted extends Entity {}
21+
class VoiceChatStarted extends Entity
22+
{
23+
}

0 commit comments

Comments
 (0)