phpsa icon indicating copy to clipboard operation
phpsa copied to clipboard

[Analyzer] Suggest type hint

Open ovr opened this issue 9 years ago • 0 comments

function ($a) {
   return $a();
}

Suggest

function (callable $a) {

do the same for array and objects.

ovr avatar May 05 '16 12:05 ovr