Skip to content

Commit

Permalink
Apply fixes from StyleCI
Browse files Browse the repository at this point in the history
[ci skip] [skip ci]
  • Loading branch information
irazasyed authored and StyleCIBot committed Feb 21, 2020
1 parent 633d818 commit b2ba4fc
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions tests/Integration/TelegramApiTest.php
Expand Up @@ -4,16 +4,16 @@

use GuzzleHttp\Psr7\Request;
use GuzzleHttp\Psr7\Stream;
use Telegram\Bot\Exceptions\TelegramSDKException;
use Telegram\Bot\Exceptions\CouldNotUploadInputFile;
use function GuzzleHttp\Psr7\stream_for;
use League\Event\Emitter;
use PHPUnit\Framework\TestCase;
use Prophecy\Argument;
use Telegram\Bot\Api;
use Telegram\Bot\Commands\CommandBus;
use Telegram\Bot\Events\UpdateWasReceived;
use Telegram\Bot\Exceptions\CouldNotUploadInputFile;
use Telegram\Bot\Exceptions\TelegramResponseException;
use Telegram\Bot\Exceptions\TelegramSDKException;
use Telegram\Bot\FileUpload\InputFile;
use Telegram\Bot\HttpClients\GuzzleHttpClient;
use Telegram\Bot\Objects\Message;
Expand Down
2 changes: 1 addition & 1 deletion tests/Unit/Methods/UpdateTest.php
Expand Up @@ -3,8 +3,8 @@
namespace Telegram\Bot\Tests\Unit\Methods;

use PHPUnit\Framework\TestCase;
use Telegram\Bot\Methods\Update;
use Telegram\Bot\Exceptions\TelegramSDKException;
use Telegram\Bot\Methods\Update;

class UpdateTest extends TestCase
{
Expand Down

0 comments on commit b2ba4fc

Please sign in to comment.