From ca636dcea08e09591548da24756f5455825f727a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A1chym=20Tou=C5=A1ek?= Date: Tue, 4 Feb 2020 17:09:24 +0100 Subject: [PATCH] Fix documentation (#91) --- docs/workers.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/workers.md b/docs/workers.md index 8441686..e80929c 100644 --- a/docs/workers.md +++ b/docs/workers.md @@ -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(); } -``` \ No newline at end of file +```