Issue #3304885 by poker10: [D7 PHP 8.2] Deprecated function: Creation of dynamic property DatabaseCondition::$stringVersion
parent
eb602ebad4
commit
3119895d6f
|
@ -1702,6 +1702,13 @@ class DatabaseCondition implements QueryConditionInterface, Countable {
|
|||
*/
|
||||
protected $queryPlaceholderIdentifier;
|
||||
|
||||
/**
|
||||
* Contains the string version of the Condition.
|
||||
*
|
||||
* @var string
|
||||
*/
|
||||
protected $stringVersion;
|
||||
|
||||
/**
|
||||
* Constructs a DataBaseCondition object.
|
||||
*
|
||||
|
|
Loading…
Reference in New Issue