Skip to content

Commit 69dfbe5

Browse files
freekmurzeStyleCIBot
authored andcommitted
Applied fixes from StyleCI
1 parent 6e19ef3 commit 69dfbe5

File tree

4 files changed

+3
-8
lines changed

4 files changed

+3
-8
lines changed

src/Commands/SetupCommand.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -62,9 +62,9 @@ public function handle()
6262
'$browser' => 'laravel-notification-channels-discord',
6363
'$device' => 'laravel-notification-channels-discord',
6464
'$referrer' => '',
65-
'$referring_domain' => ''
66-
]
67-
]
65+
'$referring_domain' => '',
66+
],
67+
],
6868
]));
6969

7070
$response = $client->receive();

src/DiscordChannel.php

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,6 @@
33
namespace NotificationChannels\Discord;
44

55
use Illuminate\Notifications\Notification;
6-
use NotificationChannels\Discord\Events\MessageWasSent;
7-
use NotificationChannels\Discord\Events\SendingMessage;
8-
use NotificationChannels\Discord\Exceptions\CouldNotSendNotification;
96

107
class DiscordChannel
118
{

src/DiscordMessage.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22

33
namespace NotificationChannels\Discord;
44

5-
65
class DiscordMessage
76
{
87
/**

src/DiscordServiceProvider.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22

33
namespace NotificationChannels\Discord;
44

5-
use GuzzleHttp\Client as HttpClient;
65
use Illuminate\Support\ServiceProvider;
76
use NotificationChannels\Discord\Commands\SetupCommand;
87

0 commit comments

Comments
 (0)