mirror of
https://git.friendi.ca/friendica/friendica.git
synced 2025-06-17 10:05:43 +02:00
Fix phpdoc
This commit is contained in:
parent
df8c167aa9
commit
0b684f5727
1 changed files with 1 additions and 3 deletions
|
@ -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;
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue