Answer the question
In order to leave comments, you need to log in
How to change class autocomment format in PHPStorm
Using PHPStorm, you can write /** in front of the class, press enter, and the storm itself will add a comment to the class, writing something like this:
/**
* Class CLASS_NAME
*
* @package path\to\folder
*/
Answer the question
In order to leave comments, you need to log in
Found the solution myself: Settings -> File and Code Templates -> Includes -> PHP Class Doc Comment
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question