I know this is not programming related question so to speak, but since we are programmers and we might use Netbeans for PHP development.
I am wondering how can I get in Netbeans to update the comment block in front of a method, after I change the parameter set. I need to update it someway automatically, and to keep what I've been added there before.
Suppose I added 10 more parameters to the method, and I want that to appear in the comment section before(PHPdoc), how do I update the comment section?