Skip to content

Commit

Permalink
Merge pull request #13 from spatie/analysis-zRoQ9M
Browse files Browse the repository at this point in the history
Apply fixes from StyleCI
  • Loading branch information
sebastiandedeyne authored Mar 9, 2017
2 parents ce257bf + 287ec97 commit d174fb3
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion tests/UrlBuildTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@

namespace Spatie\Url\Test;

use Spatie\Url\Exceptions\InvalidArgument;
use Spatie\Url\Url;
use Spatie\Url\Exceptions\InvalidArgument;

class UrlBuildTest extends \PHPUnit_Framework_TestCase
{
Expand Down
2 changes: 1 addition & 1 deletion tests/UrlParseTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@

namespace Spatie\Url\Test;

use Spatie\Url\Exceptions\InvalidArgument;
use Spatie\Url\Url;
use Spatie\Url\Exceptions\InvalidArgument;

class UrlParseTest extends \PHPUnit_Framework_TestCase
{
Expand Down
2 changes: 1 addition & 1 deletion tests/UrlSegmentTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@

namespace Spatie\Url\Test;

use Spatie\Url\Exceptions\InvalidArgument;
use Spatie\Url\Url;
use Spatie\Url\Exceptions\InvalidArgument;

class UrlSegmentTest extends \PHPUnit_Framework_TestCase
{
Expand Down

0 comments on commit d174fb3

Please sign in to comment.