Skip to content

Commit 2f0b0fa

Browse files
alexsoftStyleCIBot
authored andcommitted
Apply fixes from StyleCI
1 parent 64a47e4 commit 2f0b0fa

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

src/Exceptions/CouldNotSendNotification.php

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

33
namespace NotificationChannels\Pushbullet\Exceptions;
44

5-
use GuzzleHttp\Exception\ClientException;
65
use RuntimeException;
6+
use GuzzleHttp\Exception\ClientException;
77

88
class CouldNotSendNotification extends RuntimeException
99
{

src/PushbulletChannel.php

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,9 @@
22

33
namespace NotificationChannels\Pushbullet;
44

5-
use NotificationChannels\Pushbullet\Events\MessageWasSent;
6-
use NotificationChannels\Pushbullet\Events\SendingMessage;
75
use Illuminate\Notifications\Notification;
8-
use NotificationChannels\Pushbullet\Targets\Device;
96
use NotificationChannels\Pushbullet\Targets\Email;
7+
use NotificationChannels\Pushbullet\Targets\Device;
108
use NotificationChannels\Pushbullet\Targets\Targetable;
119

1210
class PushbulletChannel

0 commit comments

Comments
 (0)