Skip to content

Commit

Permalink
Sort imports alphabetically
Browse files Browse the repository at this point in the history
  • Loading branch information
pH-7 committed Jul 2, 2017
1 parent 1cb88e0 commit 4a2593b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion src/Tool/Client/Registration.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@

namespace DAT\Tool\Client;

use PH7\External\Http\Client\PH7Client;
use DAT\Service\Provider\Providable;
use InvalidArgumentException;
use PH7\External\Http\Client\PH7Client;

class Registration implements Registrable
{
Expand Down
6 changes: 3 additions & 3 deletions tests/Tool/Client/RegistrationTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,11 @@

namespace DAT\Tests\Tool\Client;

use DAT\Tool\Client\Registration;
use DAT\Service\Provider\TAC\EveFlirt;
use DAT\Service\Provider\Providable;
use PHPUnit_Framework_TestCase;
use DAT\Service\Provider\TAC\EveFlirt;
use DAT\Tool\Client\Registration;
use Phake;
use PHPUnit_Framework_TestCase;

class RegistrationTest extends PHPUnit_Framework_TestCase
{
Expand Down

0 comments on commit 4a2593b

Please sign in to comment.