Skip to content

Commit

Permalink
Merge pull request #16 from spatie/analysis-XardnZ
Browse files Browse the repository at this point in the history
Apply fixes from StyleCI
  • Loading branch information
sebastiandedeyne authored Apr 25, 2018
2 parents 6228fc0 + b0a5cf7 commit 10446dd
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions src/SsrServiceProvider.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@

namespace Spatie\Ssr;

use Illuminate\Support\ServiceProvider;
use Spatie\Ssr\Engines\Node;
use Spatie\Ssr\Engines\V8;
use Spatie\Ssr\Engines\Node;
use Spatie\Ssr\Resolvers\MixResolver;
use Illuminate\Support\ServiceProvider;

class SsrServiceProvider extends ServiceProvider
{
Expand Down
2 changes: 1 addition & 1 deletion tests/V8Test.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@

namespace Spatie\Ssr\Tests;

use Orchestra\Testbench\TestCase as Orchestra;
use Spatie\Ssr\Engines\V8;
use Spatie\Ssr\SsrServiceProvider;
use Orchestra\Testbench\TestCase as Orchestra;

class V8Test extends Orchestra
{
Expand Down

0 comments on commit 10446dd

Please sign in to comment.