Skip to content

Commit 539f7e9

Browse files
authored
Merge pull request #32 from laravel-notification-channels/analysis-8QG0vm
Apply fixes from StyleCI [ci skip] [skip ci]
2 parents a2d275f + f9cfd7f commit 539f7e9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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 NotificationChannels\Pushbullet\Targets\Targetable;
6-
use PHPUnit\Framework\MockObject\MockObject;
75
use PHPUnit\Framework\TestCase;
6+
use PHPUnit\Framework\MockObject\MockObject;
87
use NotificationChannels\Pushbullet\PushbulletMessage;
8+
use NotificationChannels\Pushbullet\Targets\Targetable;
99

1010
class PushbulletMessageTest extends TestCase
1111
{

0 commit comments

Comments
 (0)