Skip to content

Commit

Permalink
chore(docs): adding missing generic type in SimpleHttpInvoker
Browse files Browse the repository at this point in the history
  • Loading branch information
razshare committed Jun 25, 2024
1 parent f3fb0ac commit 07c5a0a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ public function __construct(public readonly ViewEngineInterface $viewEngine) {

/**
*
* @param Unsafe $value
* @param Unsafe<mixed> $value
* @return Unsafe<ResponseModifier>
*/
private static function renderUnsafe(Unsafe $value):Unsafe {
Expand Down

0 comments on commit 07c5a0a

Please sign in to comment.