Skip to content

Commit

Permalink
Fix styling
Browse files Browse the repository at this point in the history
  • Loading branch information
irazasyed authored and github-actions[bot] committed Mar 11, 2024
1 parent 17c36be commit c72ef58
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 4 deletions.
1 change: 0 additions & 1 deletion src/FileUpload/InputFile.php
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@ public static function create(mixed $file = null, ?string $filename = null): sel

/**
* Create a file on-the-fly using the provided contents and filename.
*
*/
public static function createFromContents(string $contents, string $filename): InputFile
{
Expand Down
3 changes: 1 addition & 2 deletions src/HttpClients/GuzzleHttpClient.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,11 @@

namespace Telegram\Bot\HttpClients;

use GuzzleHttp\Promise\Utils;
use GuzzleHttp\Client;
use GuzzleHttp\ClientInterface;
use GuzzleHttp\Exception\GuzzleException;
use GuzzleHttp\Promise;
use GuzzleHttp\Promise\PromiseInterface;
use GuzzleHttp\Promise\Utils;
use GuzzleHttp\RequestOptions;
use Psr\Http\Client\RequestExceptionInterface;
use Psr\Http\Message\ResponseInterface;
Expand Down
1 change: 0 additions & 1 deletion src/Laravel/Facades/Telegram.php
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,6 @@
* @method static \Telegram\Bot\Commands\CommandBus addCommand(\Telegram\Bot\Commands\CommandInterface|string $command)
* @method static \Telegram\Bot\Commands\CommandBus removeCommand(string $name)
* @method static \Telegram\Bot\Commands\CommandBus removeCommands(array $names)
*
*/
final class Telegram extends Facade
{
Expand Down

0 comments on commit c72ef58

Please sign in to comment.