Is it possible to change the settings in PhpStorm, so I get the function(s) without the comments? It's really unpleasant to remove all the comments when there are 20+ variables.
/**
* @return mixed
*/
public function getFoo() {
return $this->foo;
}
Perferences->Editor->File and Code Templates->Code(tab)->PHP Getter Method/PHP Setter Method
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With