Skip to content

Commit 6a6b692

Browse files
irazasyedgithub-actions[bot]
authored andcommitted
Apply PHP CS Fixer changes
1 parent fbf81e4 commit 6a6b692

File tree

6 files changed

+7
-2
lines changed

6 files changed

+7
-2
lines changed

src/Contracts/TelegramSender.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,9 @@ interface TelegramSender
99
/**
1010
* Send the given message.
1111
*
12-
* @throws CouldNotSendNotification
13-
*
1412
* @return mixed
13+
*
14+
* @throws CouldNotSendNotification
1515
*/
1616
public function send();
1717
}

tests/TelegramChannelTest.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@
1818
* Class ChannelTest.
1919
*
2020
* @internal
21+
*
2122
* @coversNothing
2223
*/
2324
class TelegramChannelTest extends TestCase

tests/TelegramContactTest.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99
* Class TelegramContactTest.
1010
*
1111
* @internal
12+
*
1213
* @coversNothing
1314
*/
1415
class TelegramContactTest extends TestCase

tests/TelegramLocationTest.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99
* Class TelegramLocationTest.
1010
*
1111
* @internal
12+
*
1213
* @coversNothing
1314
*/
1415
class TelegramLocationTest extends TestCase

tests/TelegramMessageTest.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99
* Class TelegramMessageTest.
1010
*
1111
* @internal
12+
*
1213
* @coversNothing
1314
*/
1415
class TelegramMessageTest extends TestCase

tests/TelegramPollTest.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99
* Class TelegramPollTest.
1010
*
1111
* @internal
12+
*
1213
* @coversNothing
1314
*/
1415
class TelegramPollTest extends TestCase

0 commit comments

Comments
 (0)