release version 2.0.54

This commit is contained in:
Alexander Makarov
2025-11-23 16:01:26 +03:00
parent 533a0ebd9d
commit 00363cbe6b
5 changed files with 46 additions and 40 deletions

View File

@@ -57,7 +57,7 @@ class CompareValidator extends Validator
*/
public $compareAttribute;
/**
* @var mixed the constant value to be compared with or an anonymous function
* @var mixed the constant value to be compared with or an anonymous function
* that returns the constant value. When both this property and
* [[compareAttribute]] are set, this property takes precedence.
* The signature of the anonymous function should be as follows,