### Description https://github.com/magento/magento-coding-standard/issues/107 message says: `Constants must have short description if they add information beyond what the constant name supplies.` This is missleading message as this warning is shown for all the constants. Even obvious ones as `NUMBER_PI=3.14`. ### Expected behavior The message shall say: `Constants must have short description` ### Benefits Less missleading