t / t4018 / php-methodon commit RelNotes: minor typo fixes in 2.22.0 draft (ee70b40)
   1class Klass
   2{
   3    public static function RIGHT()
   4    {
   5        return 'ChangeMe';
   6    }
   7}