Skip to content

Commit

Permalink
Merge pull request #16 from botman/analysis-PxedNP
Browse files Browse the repository at this point in the history
Apply fixes from StyleCI
  • Loading branch information
mpociot authored Feb 8, 2020
2 parents cb06773 + 3434eb8 commit 4109602
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
6 changes: 3 additions & 3 deletions src/Commands/Tinker.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@

namespace BotMan\Tinker\Commands;

use Clue\React\Stdio\Stdio;
use React\EventLoop\Factory;
use Illuminate\Console\Command;
use BotMan\BotMan\BotManFactory;
use BotMan\BotMan\Cache\ArrayCache;
use BotMan\Tinker\Drivers\ConsoleDriver;
use Clue\React\Stdio\Stdio;
use Illuminate\Console\Command;
use React\EventLoop\Factory;

class Tinker extends Command
{
Expand Down
12 changes: 6 additions & 6 deletions src/Drivers/ConsoleDriver.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,15 @@

namespace BotMan\Tinker\Drivers;

use Clue\React\Stdio\Stdio;
use BotMan\BotMan\Users\User;
use Illuminate\Support\Collection;
use BotMan\BotMan\Messages\Incoming\Answer;
use BotMan\BotMan\Interfaces\DriverInterface;
use BotMan\BotMan\Messages\Outgoing\Question;
use Symfony\Component\HttpFoundation\Response;
use BotMan\BotMan\Messages\Incoming\Answer;
use BotMan\BotMan\Messages\Incoming\IncomingMessage;
use BotMan\BotMan\Messages\Outgoing\OutgoingMessage;
use BotMan\BotMan\Messages\Outgoing\Question;
use BotMan\BotMan\Users\User;
use Clue\React\Stdio\Stdio;
use Illuminate\Support\Collection;
use Symfony\Component\HttpFoundation\Response;

class ConsoleDriver implements DriverInterface
{
Expand Down

0 comments on commit 4109602

Please sign in to comment.