t / t4018 / php-classon commit Remove forward declaration of an enum (1076f1e)
   1class RIGHT
   2{
   3    const FOO = 'ChangeMe';
   4}