Refactoring - Extract Method issue
Hi,
I'm having problem with extract method refactoring; quen I try to create a new method within a class using refactoring, I cannot see "output parameter(s) option in dialog box, but only "parameters"; reading the documentation, I should be able to detect the return type of input and output parameters.
I'm new in phpStorm, what I'm missing?
Thanks in advance!
请先登录再写评论。
Hi there,
Please provide sample code to reproduce (e.g. this is the code; these are the lines I want to extract).