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:
parent
7d72a24a85
commit
ca636dcea0
@ -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();
|
||||
}
|
||||
```
|
||||
```
|
||||
|
Loading…
x
Reference in New Issue
Block a user