Skip to content

Commit

Permalink
Fix styling
Browse files Browse the repository at this point in the history
  • Loading branch information
cappuc authored and github-actions[bot] committed Feb 9, 2024
1 parent 6133666 commit 320178b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Tracer.php
Original file line number Diff line number Diff line change
Expand Up @@ -43,9 +43,9 @@ public function start(string $name): SpanInterface
*
* @param non-empty-string $name
* @param Closure(SpanInterface $span): U $callback
* @throws \Throwable
* @return (U is PendingDispatch ? null : U)
*
* @throws \Throwable
*/
public function measure(string $name, Closure $callback)
{
Expand Down

0 comments on commit 320178b

Please sign in to comment.