Skip to content

Commit

Permalink
Style fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
DivineOmega committed Jan 28, 2019
1 parent a95dcd3 commit b7c8433
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/Objects/IdealPostcodes.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@

namespace DivineOmega\Postcodes\Objects;

use DivineOmega\Postcodes\Interfaces\PostcodeServiceInterface;
use Exception;
use GuzzleHttp\Client;
use GuzzleHttp\Psr7\Response;
use DivineOmega\Postcodes\Interfaces\PostcodeServiceInterface;

class IdealPostcodes implements PostcodeServiceInterface
{
Expand Down
2 changes: 1 addition & 1 deletion src/Objects/PostcodeAnywhere.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@

namespace DivineOmega\Postcodes\Objects;

use Exception;
use DivineOmega\Postcodes\Interfaces\PostcodeServiceInterface;
use Exception;
use SoapClient;

class PostcodeAnywhere implements PostcodeServiceInterface
Expand Down
2 changes: 1 addition & 1 deletion tests/Unit/BasicUsageTest.php
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
<?php

use PHPUnit\Framework\TestCase;
use DivineOmega\Postcodes\Exceptions\InvalidPostcodeException;
use DivineOmega\Postcodes\Utils\Generator;
use DivineOmega\Postcodes\Utils\Tokenizer;
use DivineOmega\Postcodes\Utils\Validator;
use PHPUnit\Framework\TestCase;

final class BasicUsageTest extends TestCase
{
Expand Down

0 comments on commit b7c8433

Please sign in to comment.