Skip to content

Commit

Permalink
FIX try to fuck phan
Browse files Browse the repository at this point in the history
  • Loading branch information
hregis committed Apr 9, 2024
1 parent e23db85 commit 9327c6f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion htdocs/core/class/hookmanager.class.php
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ class HookManager
public $hooks = array();

/**
* @var string[] List of hooks called during this request
* @var array<int,string>|array{foo:mixed} List of hooks called during this request
*/
public $hooksHistory = [];

Expand Down

0 comments on commit 9327c6f

Please sign in to comment.