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
fntneves authored and StyleCIBot committed Jan 6, 2020
1 parent 8fb0023 commit 7e9c606
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion src/Neves/Events/EventServiceProvider.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@

namespace Neves\Events;

use Illuminate\Support\ServiceProvider;
use Illuminate\Contracts\Events\Dispatcher as EventDispatcher;
use Illuminate\Support\ServiceProvider;

class EventServiceProvider extends ServiceProvider
{
Expand Down
4 changes: 2 additions & 2 deletions tests/TransactionalDispatcherTest.php
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
<?php

use Orchestra\Testbench\TestCase;
use Neves\Events\Contracts\TransactionalEvent;
use Neves\Events\EventServiceProvider;
use Neves\Events\TransactionalDispatcher;
use Neves\Events\Contracts\TransactionalEvent;
use Orchestra\Testbench\TestCase;

class TransactionalDispatcherTest extends TestCase
{
Expand Down
2 changes: 1 addition & 1 deletion tests/TransactionalEloquentTest.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?php

use Orchestra\Testbench\TestCase;
use Neves\Events\EventServiceProvider;
use Orchestra\Testbench\TestCase;

class TransactionalEloquentTest extends TestCase
{
Expand Down

0 comments on commit 7e9c606

Please sign in to comment.