PHPStorm, How to change the username?

4

Every time we create a new file (file) it gives us a commented header with our user nickname. How do I rename the User? I searched everywhere in the tool and did not find it!

<?php
/**
 * Created by PhpStorm.
 * User: claud
 * Date: 18/10/2016
 * Time: 01:05
 */

Thank you for your cooperation.

    
asked by anonymous 18.10.2016 / 05:18

1 answer

3

As this response from SOen

Go to Settings > IDE Settings > File and Code Templates

Then in the Includes tab select PHP File Header .

You can customize or remove as you like.

    
18.10.2016 / 05:38