1
0
mirror of https://github.com/danog/parallel.git synced 2024-11-26 12:24:40 +01:00
This commit is contained in:
Jáchym Toušek 2020-02-04 20:36:21 +01:00 committed by GitHub
parent e9326379f3
commit d6f29249db
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -97,7 +97,7 @@ Additionally `Environment` allows setting a TTL for entries, so can be used as a
namespace Amp\Parallel\Worker; namespace Amp\Parallel\Worker;
interface Environment implements \ArrayAccess interface Environment extends \ArrayAccess
{ {
/** /**
* @param string $key * @param string $key