Revert "release version 2.0.54"

This reverts commit 00363cbe6b.
This commit is contained in:
Alexander Makarov
2025-12-02 15:47:40 +03:00
parent 454874ed0e
commit c32d24c929
5 changed files with 43 additions and 49 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,