t / t4018 / php-methodon commit t9811-git-p4-label-import: fix pipeline negation (74ec8cf)
   1class Klass
   2{
   3    public static function RIGHT()
   4    {
   5        return 'ChangeMe';
   6    }
   7}