When i begin new comment with /** and hit enter it expands to something like(depending on the thing im documenting of course)
/**
*
* @param <type> $param
* @return <type>
*/
How can i edit this template? I want to add there, for example, @author tag