Skip to content

Commit

Permalink
Revert "FIX phan commence à ma phandre le coeur"
Browse files Browse the repository at this point in the history
This reverts commit e23db85.
  • Loading branch information
hregis committed Apr 9, 2024
1 parent 5cf9c68 commit f0113fa
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 List of hooks called during this request
*/
public $hooksHistory = [];

Check warning on line 56 in htdocs/core/class/hookmanager.class.php

View workflow job for this annotation

GitHub Actions / phan / Run phan

hookmanager.class.php: PhanPluginUnknownArrayPropertyType: Property \HookManager->hooksHistory has an array type, but does not specify any key types or value types (Types inferred after analysis: array|array<string,array<string,associative-array<int,mixed>>>|array<string,array<string,associative-array<mixed,string>>>|array<string,array<string,float>>|array<string,array<string,int>>|array<string,array<string,mixed>>|array<string,array<string,string>>)

Expand Down

0 comments on commit f0113fa

Please sign in to comment.