Skip to content

Commit 2bb99c0

Browse files
authored
Merge pull request #35 from laravel-notification-channels/analysis-VrjbdZ
Apply fixes from StyleCI [ci skip] [skip ci]
2 parents 73e5064 + 9afc04d commit 2bb99c0

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-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 RuntimeException;
65
use GuzzleHttp\Exception\ClientException;
6+
use RuntimeException;
77

88
class CouldNotSendNotification extends RuntimeException
99
{

src/PushbulletChannel.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33
namespace NotificationChannels\Pushbullet;
44

55
use Illuminate\Notifications\Notification;
6-
use NotificationChannels\Pushbullet\Targets\Email;
76
use NotificationChannels\Pushbullet\Targets\Device;
7+
use NotificationChannels\Pushbullet\Targets\Email;
88
use NotificationChannels\Pushbullet\Targets\Targetable;
99

1010
class PushbulletChannel

tests/PushbulletMessageTest.php

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

33
namespace NotificationChannels\Pushbullet\Test;
44

5-
use PHPUnit\Framework\TestCase;
6-
use PHPUnit\Framework\MockObject\MockObject;
75
use NotificationChannels\Pushbullet\PushbulletMessage;
86
use NotificationChannels\Pushbullet\Targets\Targetable;
7+
use PHPUnit\Framework\MockObject\MockObject;
8+
use PHPUnit\Framework\TestCase;
99

1010
class PushbulletMessageTest extends TestCase
1111
{

0 commit comments

Comments
 (0)