t / t4018 / php-traiton commit tag: add tag.gpgSign config option to force all tags be GPG-signed (1c6b565)
   1trait RIGHT
   2{
   3    public function foo($ChangeMe)
   4    {
   5        return 'foo';
   6    }
   7}