Disable PHPStorm new file branding
Asked 07 September, 2021
Viewed 454 times
  • 60
Votes

When I create a new file using PhpStorm it creates it's own comment at the top, this would be fine however when using codeigniter comments using /* */ do not work, anyway to disable this? if not i'm going to have to get a new editor.

Here is what I mean

<?php
/**
 * Created by PhpStorm.
 * User: Josh
 * Date: 28/02/2015
 * Time: 22:53
*/

3 Answer