Skip to content

Commit

Permalink
Update src/API/Instrumentation/AutoInstrumentation/HookManagerInterfa…
Browse files Browse the repository at this point in the history
…ce.php

Co-authored-by: Tobias Bachert <[email protected]>
  • Loading branch information
ChrisLightfootWild and Nevay authored Oct 4, 2024
1 parent 2061923 commit b7eff27
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ interface HookManagerInterface
{
/**
* @param ?Closure(object|string|null, array, ?string, string, ?string, ?int): (array|null|void) $preHook
* @param ?Closure(object|string|null, array, mixed, ?Throwable): mixed $postHook
* @param ?Closure(object|string|null, array, mixed, ?Throwable): (mixed|void) $postHook
*/
public function hook(?string $class, string $function, ?Closure $preHook = null, ?Closure $postHook = null): void;
}

0 comments on commit b7eff27

Please sign in to comment.