Community
Participate
Working Groups
Since the 178032 fix, type hinting autocomplete works for methods (or constructors) definitions. However, it only works for the first parameter : for next parameters it doesn't. Here is a code snippet : class TryTypeHinting { public function doStuff(FirstType $param1, [1]) { } } Autocompletion is not available at [1]
regration..
fixed