Closed ghost closed 9 years ago
Hello
Autocompletion already checks the current function's signature for type hints to determine the type of a variable, but it does not do so for closures, for example:
$test = function (StaticClass $foo) { $foo->{darn} };
Thanks in advance
Hello
Autocompletion already checks the current function's signature for type hints to determine the type of a variable, but it does not do so for closures, for example:
Thanks in advance