Fix a couple mistakes…

This commit is contained in:
Aaron Piotrowski 2017-11-29 15:07:00 -06:00
parent 599cbb8a82
commit d0a3001c6a
No known key found for this signature in database
GPG Key ID: ADD1EF783EDE9EEB
2 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
<?php
namespace Amp\Parallel\Sync\Internal
namespace Amp\Parallel\Sync\Internal;
class ParcelStorage extends \Threaded {
/** @var mixed */

View File

@ -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