mirror of
https://github.com/amphp/parallel.git
synced 2025-02-21 13:22:44 +01:00
Fix a couple mistakes…
This commit is contained in:
parent
599cbb8a82
commit
d0a3001c6a
@ -1,6 +1,6 @@
|
||||
<?php
|
||||
|
||||
namespace Amp\Parallel\Sync\Internal
|
||||
namespace Amp\Parallel\Sync\Internal;
|
||||
|
||||
class ParcelStorage extends \Threaded {
|
||||
/** @var mixed */
|
||||
|
@ -3,8 +3,8 @@
|
||||
namespace Amp\Parallel\Test\Context;
|
||||
|
||||
use Amp\Loop;
|
||||
use Amp\Parallel\Test\AbstractContextTest;
|
||||
use Amp\Parallel\Context\Thread;
|
||||
use Amp\Parallel\Test\AbstractContextTest;
|
||||
|
||||
/**
|
||||
* @group threading
|
||||
|
Loading…
x
Reference in New Issue
Block a user