Skip to content

Commit

Permalink
Merge pull request #1 from spatie/analysis-qJ0RVb
Browse files Browse the repository at this point in the history
Apply fixes from StyleCI
  • Loading branch information
freekmurze committed Dec 9, 2016
2 parents 79e7f3f + f290f6e commit 3c3af69
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion src/FractalFunctionHelper.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@

namespace Spatie\Fractalistic;

use League\Fractal\Manager;
use Traversable;
use League\Fractal\Manager;
use League\Fractal\Serializer\SerializerAbstract;
use Spatie\Fractalistic\Exceptions\InvalidFractalHelperArgument;

Expand Down
1 change: 0 additions & 1 deletion tests/TestCase.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
namespace Spatie\Fractalistic\Test;

use PHPUnit_Framework_TestCase;
use Spatie\Fractalistic\FractalServiceProvider;

abstract class TestCase extends PHPUnit_Framework_TestCase
{
Expand Down

0 comments on commit 3c3af69

Please sign in to comment.