Skip to content

Commit

Permalink
Merge pull request #31 from spatie/analysis-8wnLLZ
Browse files Browse the repository at this point in the history
Apply fixes from StyleCI
  • Loading branch information
brendt authored Jan 29, 2018
2 parents 3d25c37 + 7ca9c11 commit f7060e2
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion src/Runtime/ParentRuntime.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
namespace Spatie\Async\Runtime;

use Closure;
use Spatie\Async\Task;
use Spatie\Async\ParallelProcess;
use function Opis\Closure\serialize;
use Opis\Closure\SerializableClosure;
Expand Down
2 changes: 1 addition & 1 deletion tests/PoolTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@
namespace Spatie\Async;

use InvalidArgumentException;
use Spatie\Async\Tests\InvokableClass;
use Spatie\Async\Tests\MyTask;
use PHPUnit\Framework\TestCase;
use Spatie\Async\Tests\MyClass;
use Spatie\Async\Tests\InvokableClass;
use Spatie\Async\Tests\NonInvokableClass;

class PoolTest extends TestCase
Expand Down

0 comments on commit f7060e2

Please sign in to comment.