pbyrne84 / DynamicReturnTypePlugin

135 stars 7 forks source link

Does not work if arguments are not provided #64

Closed dakorpar closed 7 years ago

dakorpar commented 8 years ago

What if we have function without parameters, or function with default parameter like load($what='default') if we call load()-> nothing is returned, while load('a')->[] shows correct intellinsense... any info on this?