1
0
mirror of https://github.com/danog/parallel.git synced 2025-01-22 14:01:14 +01:00

Fix documentation (#91)

This commit is contained in:
Jáchym Toušek 2020-02-04 17:09:24 +01:00 committed by GitHub
parent 7d72a24a85
commit ca636dcea0
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;
interface Environment extends \ArrayAccess
interface Environment implements \ArrayAccess
{
/**
* @param string $key
@ -130,4 +130,4 @@ interface Environment extends \ArrayAccess
*/
public function clear();
}
```
```