Skip to content

Commit 4109602

Browse files
authored
Merge pull request #16 from botman/analysis-PxedNP
Apply fixes from StyleCI
2 parents cb06773 + 3434eb8 commit 4109602

File tree

2 files changed

+9
-9
lines changed

2 files changed

+9
-9
lines changed

src/Commands/Tinker.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,12 @@
22

33
namespace BotMan\Tinker\Commands;
44

5-
use Clue\React\Stdio\Stdio;
6-
use React\EventLoop\Factory;
7-
use Illuminate\Console\Command;
85
use BotMan\BotMan\BotManFactory;
96
use BotMan\BotMan\Cache\ArrayCache;
107
use BotMan\Tinker\Drivers\ConsoleDriver;
8+
use Clue\React\Stdio\Stdio;
9+
use Illuminate\Console\Command;
10+
use React\EventLoop\Factory;
1111

1212
class Tinker extends Command
1313
{

src/Drivers/ConsoleDriver.php

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,15 @@
22

33
namespace BotMan\Tinker\Drivers;
44

5-
use Clue\React\Stdio\Stdio;
6-
use BotMan\BotMan\Users\User;
7-
use Illuminate\Support\Collection;
8-
use BotMan\BotMan\Messages\Incoming\Answer;
95
use BotMan\BotMan\Interfaces\DriverInterface;
10-
use BotMan\BotMan\Messages\Outgoing\Question;
11-
use Symfony\Component\HttpFoundation\Response;
6+
use BotMan\BotMan\Messages\Incoming\Answer;
127
use BotMan\BotMan\Messages\Incoming\IncomingMessage;
138
use BotMan\BotMan\Messages\Outgoing\OutgoingMessage;
9+
use BotMan\BotMan\Messages\Outgoing\Question;
10+
use BotMan\BotMan\Users\User;
11+
use Clue\React\Stdio\Stdio;
12+
use Illuminate\Support\Collection;
13+
use Symfony\Component\HttpFoundation\Response;
1414

1515
class ConsoleDriver implements DriverInterface
1616
{

0 commit comments

Comments
 (0)