Disable PHPStorm new file branding
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
*/