Skip to content

Commit c72ef58

Browse files
irazasyedgithub-actions[bot]
authored andcommitted
Fix styling
1 parent 17c36be commit c72ef58

File tree

3 files changed

+1
-4
lines changed

3 files changed

+1
-4
lines changed

src/FileUpload/InputFile.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,6 @@ public static function create(mixed $file = null, ?string $filename = null): sel
2727

2828
/**
2929
* Create a file on-the-fly using the provided contents and filename.
30-
*
3130
*/
3231
public static function createFromContents(string $contents, string $filename): InputFile
3332
{

src/HttpClients/GuzzleHttpClient.php

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

33
namespace Telegram\Bot\HttpClients;
44

5-
use GuzzleHttp\Promise\Utils;
65
use GuzzleHttp\Client;
76
use GuzzleHttp\ClientInterface;
87
use GuzzleHttp\Exception\GuzzleException;
9-
use GuzzleHttp\Promise;
108
use GuzzleHttp\Promise\PromiseInterface;
9+
use GuzzleHttp\Promise\Utils;
1110
use GuzzleHttp\RequestOptions;
1211
use Psr\Http\Client\RequestExceptionInterface;
1312
use Psr\Http\Message\ResponseInterface;

src/Laravel/Facades/Telegram.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,6 @@
144144
* @method static \Telegram\Bot\Commands\CommandBus addCommand(\Telegram\Bot\Commands\CommandInterface|string $command)
145145
* @method static \Telegram\Bot\Commands\CommandBus removeCommand(string $name)
146146
* @method static \Telegram\Bot\Commands\CommandBus removeCommands(array $names)
147-
*
148147
*/
149148
final class Telegram extends Facade
150149
{

0 commit comments

Comments
 (0)