I search for a moment a way to change the name and mail used by PHPDoc in PhpStorm when you use the "autocomplete" by pressing Enter after typing /** just before a class or a function.
Example :
/**
* Class DepartmentType
*
* @author Foo Bar <[email protected]>
*/
class Foo
{
Because, this name and this mail is not the name and mail configure for the git I use in my project. I don't find any place to change this defaults values...
Anyone have an idea ?