phpsa
phpsa copied to clipboard
[Analyzer] Suggest type hint
function ($a) {
return $a();
}
Suggest
function (callable $a) {
do the same for array and objects.