Skip to content
Snippets Groups Projects
Verified Commit eb602eba authored by Juraj Nemec's avatar Juraj Nemec
Browse files

Issue #3304884 by poker10: [D7 PHP 8.2] Deprecated function: Creation of...

Issue #3304884 by poker10: [D7 PHP 8.2] Deprecated function: Creation of dynamic property MergeQuery::$condition
parent 6ca81815
No related branches found
No related tags found
1 merge request!7330Issue #3306390 by poker10, catch, Fabianx, pwolanin, rvtraveller: [D7]...
......@@ -1287,6 +1287,15 @@ class MergeQuery extends Query implements QueryConditionInterface {
*/
protected $conditionTable;
/**
* The condition object for this query.
*
* Condition handling is handled via composition.
*
* @var DatabaseCondition
*/
protected $condition;
/**
* An array of fields on which to insert.
*
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment