FIX the killer of phan #60
Annotations
2 errors and 3 warnings
Add results to PR
Process completed with exit code 1.
|
Run Phan analysis
Process completed with exit code 1.
|
Add results to PR:
htdocs/core/class/hookmanager.class.php#L56
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>>)
|
Add results to PR:
htdocs/debugbar/class/DataCollector/DolHooksCollector.php#L37
DolHooksCollector.php: PhanPluginUnknownArrayMethodReturnType: Method \DolHooksCollector::collect() has a return type of array, but does not specify any key types or value types
|
Add results to PR:
htdocs/debugbar/class/DataCollector/DolHooksCollector.php#L81
DolHooksCollector.php: PhanTypeMismatchReturn: Returning ['map'=>'hooks.nb_of_hooks','default'=>0] of type array<string,array{map:'hooks.nb_of_hooks',default:0}> but getWidgets() is declared to return string[][]
|
Loading