YouweGit / testing-suite

Collection of PHP code testing packages.
MIT License
11 stars 9 forks source link

Please remove Copyright doc block in class creation #21

Open celorodovalho opened 1 year ago

celorodovalho commented 1 year ago

I'm an enthusiastic of this repo and have been using it in several projects.

But this doc block on top of every file that I create is really annoying, specially because the classes that I'm creating doesn't have Youwe as copy righter. There's a way to remove it or to make it configurable?

/**
 * Copyright Youwe. All rights reserved.
 * https://www.youweagency.com
 */
fredden commented 1 year ago

Hi @celorodovalho thanks for getting in touch. I'm curious to find out where this docblock is coming from. What text editor are you using? Are you creating new files with some kind of template, or do new files start completely blank?

celorodovalho commented 1 year ago

I'm using PHPStorm @fredden, when we run a composer install, the testing-suite runs some script that make several changes to PHPStorm, including the template's modification.

leonhelmus commented 1 year ago

Its being generated by the phpstorm module which ads templates. That will than update the copyrights :)