rathena / FluxCP

Visibility should be explicitly declared PHP-W1088
Bug risk
Major
1 occurrence in this check
Visibility should be explicitly set for PENDING_REGISTRATION constant
22	const INVALID_PASSWORD       = 18;
23	const INVALID_BIRTHDATE      = 19;
24	const INVALID_EMAIL_CONF     = 20;
25	const PENDING_REGISTRATION   = 21;26}
27?>