Skip to content

Commit fed782a

Browse files
committed
chore: style fixes
1 parent 51b4c00 commit fed782a

File tree

4 files changed

+7
-7
lines changed

4 files changed

+7
-7
lines changed

src/Telegram.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,11 @@
33
namespace NotificationChannels\Telegram;
44

55
use Exception;
6-
use Illuminate\Support\Str;
76
use GuzzleHttp\Client as HttpClient;
8-
use Psr\Http\Message\ResponseInterface;
97
use GuzzleHttp\Exception\ClientException;
8+
use Illuminate\Support\Str;
109
use NotificationChannels\Telegram\Exceptions\CouldNotSendNotification;
10+
use Psr\Http\Message\ResponseInterface;
1111

1212
/**
1313
* Class Telegram.

tests/TelegramChannelTest.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,14 @@
22

33
namespace NotificationChannels\Telegram\Test;
44

5-
use Mockery;
6-
use PHPUnit\Framework\TestCase;
75
use Illuminate\Notifications\Notifiable;
86
use Illuminate\Notifications\Notification;
7+
use Mockery;
8+
use NotificationChannels\Telegram\Exceptions\CouldNotSendNotification;
99
use NotificationChannels\Telegram\Telegram;
1010
use NotificationChannels\Telegram\TelegramChannel;
1111
use NotificationChannels\Telegram\TelegramMessage;
12-
use NotificationChannels\Telegram\Exceptions\CouldNotSendNotification;
12+
use PHPUnit\Framework\TestCase;
1313

1414
/**
1515
* Class ChannelTest.

tests/TelegramLocationTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22

33
namespace NotificationChannels\Telegram\Test;
44

5-
use PHPUnit\Framework\TestCase;
65
use NotificationChannels\Telegram\TelegramLocation;
6+
use PHPUnit\Framework\TestCase;
77

88
/**
99
* Class TelegramLocationTest.

tests/TelegramMessageTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22

33
namespace NotificationChannels\Telegram\Test;
44

5-
use PHPUnit\Framework\TestCase;
65
use NotificationChannels\Telegram\TelegramMessage;
6+
use PHPUnit\Framework\TestCase;
77

88
/**
99
* Class TelegramMessageTest.

0 commit comments

Comments
 (0)