diff --git a/src/Concurrency/AmpTask.php b/src/Concurrency/AmpTask.php index 2bd6918..7694fe9 100644 --- a/src/Concurrency/AmpTask.php +++ b/src/Concurrency/AmpTask.php @@ -28,6 +28,9 @@ public function key(): string|int return $this->key; } + /** + * @return T + */ public function value(): mixed { return $this->value;