Add visibility for all class elements (#20557)

This commit is contained in:
Maksim Spirkov
2025-10-02 02:27:23 +04:00
committed by GitHub
parent 813dfc07cc
commit c82da8dc82
73 changed files with 328 additions and 331 deletions

View File

@ -48,7 +48,7 @@ class IpValidator extends Validator
* @see networks
* @see ranges
*/
const NEGATION_CHAR = '!';
public const NEGATION_CHAR = '!';
/**
* @var array The network aliases, that can be used in [[ranges]].