* @copyright Meritoo * * @internal * @coversNothing */ class H { public const DOLOR = 'sit'; public const LOREM = 'ipsum'; public const MAX_USERS = 5; public const MIN_USERS = 2; }