Skip to content

Commit 636b5c7

Browse files
authored
Merge pull request #76 from laravel-notification-channels/analysis-WNVe1j
Apply fixes from StyleCI
2 parents 83f8870 + 6a15d6c commit 636b5c7

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

src/Telegram.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@ public function sendMessage(array $params): ?ResponseInterface
134134
*/
135135
public function sendFile(array $params, string $type, bool $multipart = false): ?ResponseInterface
136136
{
137-
return $this->sendRequest('send' . Str::studly($type), $params, $multipart);
137+
return $this->sendRequest('send'.Str::studly($type), $params, $multipart);
138138
}
139139

140140
/**

tests/TelegramChannelTest.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@
66
use Illuminate\Notifications\Notifiable;
77
use Illuminate\Notifications\Notification;
88
use Mockery;
9-
use NotificationChannels\Telegram\Exceptions\CouldNotSendNotification;
109
use NotificationChannels\Telegram\Telegram;
1110
use NotificationChannels\Telegram\TelegramChannel;
1211
use NotificationChannels\Telegram\TelegramMessage;

0 commit comments

Comments
 (0)