Issue #3304885 by poker10: [D7 PHP 8.2] Deprecated function: Creation of dynamic property DatabaseCondition::$stringVersion

merge-requests/3045/head
Juraj Nemec 2022-11-11 18:29:50 +01:00
parent eb602ebad4
commit 3119895d6f
No known key found for this signature in database
GPG Key ID: 01EC3E1EECB5B2CA
1 changed files with 7 additions and 0 deletions

View File

@ -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.
*