Skip to content

Commit

Permalink
Add generic docblock
Browse files Browse the repository at this point in the history
  • Loading branch information
jenky committed Oct 4, 2023
1 parent 513607a commit 5bf7f71
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/Concurrency/AmpTask.php
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,9 @@ public function key(): string|int
return $this->key;
}

/**
* @return T
*/
public function value(): mixed
{
return $this->value;
Expand Down

0 comments on commit 5bf7f71

Please sign in to comment.