Skip to content

Commit

Permalink
v3
Browse files Browse the repository at this point in the history
  • Loading branch information
fenric committed Jul 15, 2024
1 parent 57186b1 commit c2f4c6a
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions src/RequestHandler/CallableRequestHandler.php
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,16 @@ public function __construct(callable $callback)
$this->callback = $callback;
}

/**
* @return T
*
* @since 2.10.0
*/
public function getCallback(): callable
{
return $this->callback;
}

/**
* @inheritDoc
*/
Expand Down

0 comments on commit c2f4c6a

Please sign in to comment.