Skip to content
This repository has been archived by the owner on Mar 1, 2023. It is now read-only.

Commit

Permalink
Apply fixes from StyleCI
Browse files Browse the repository at this point in the history
  • Loading branch information
prisis authored and StyleCIBot committed Apr 12, 2017
1 parent 17c851b commit 08d088a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions tests/Providers/SapiEmitterServiceProviderTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@
declare(strict_types=1);
namespace Narrowspark\HttpEmitter\Tests\Providers;

use Simplex\Container;
use PHPUnit\Framework\TestCase;
use Narrowspark\HttpEmitter\Providers\SapiEmitterServiceProvider;
use Narrowspark\HttpEmitter\EmitterInterface;
use Narrowspark\HttpEmitter\Providers\SapiEmitterServiceProvider;
use Narrowspark\HttpEmitter\SapiEmitter;
use PHPUnit\Framework\TestCase;
use Simplex\Container;

class SapiEmitterServiceProviderTest extends TestCase
{
Expand Down

0 comments on commit 08d088a

Please sign in to comment.