Fix phpdoc

This commit is contained in:
Art4 2024-12-30 16:38:40 +00:00
parent df8c167aa9
commit 0b684f5727

View file

@ -21,9 +21,7 @@ final class HookEventBridge implements StaticEventSubscriber
/** /**
* This allows us to mock the Hook call in tests. * This allows us to mock the Hook call in tests.
* *
* @param string|array $data * @var \Closure|null
*
* @return string|array
*/ */
private static $callHook = null; private static $callHook = null;