Skip to content

Commit 1bcbd3b

Browse files
authored
Apply fixes from StyleCI (#11)
1 parent 1dcd7bc commit 1bcbd3b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/WebDriver.php

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

33
namespace BotMan\Drivers\Web;
44

5-
use BotMan\BotMan\Messages\Attachments\File;
65
use BotMan\BotMan\Users\User;
76
use Illuminate\Support\Collection;
87
use BotMan\BotMan\Drivers\HttpDriver;
98
use BotMan\BotMan\Interfaces\WebAccess;
109
use BotMan\BotMan\Messages\Incoming\Answer;
10+
use BotMan\BotMan\Messages\Attachments\File;
1111
use BotMan\BotMan\Messages\Attachments\Audio;
1212
use BotMan\BotMan\Messages\Attachments\Image;
1313
use BotMan\BotMan\Messages\Attachments\Video;

tests/WebDriverTest.php

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

33
namespace Tests;
44

5-
use BotMan\BotMan\Messages\Attachments\File;
65
use Mockery as m;
76
use BotMan\BotMan\Http\Curl;
87
use PHPUnit_Framework_TestCase;
98
use BotMan\Drivers\Web\WebDriver;
9+
use BotMan\BotMan\Messages\Attachments\File;
1010
use BotMan\BotMan\Messages\Attachments\Audio;
1111
use BotMan\BotMan\Messages\Attachments\Image;
1212
use BotMan\BotMan\Messages\Attachments\Video;

0 commit comments

Comments
 (0)