Verified Commit 3c7c72fb authored by Juraj Nemec's avatar Juraj Nemec
Browse files

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

Issue #3304886 by poker10: [D7 PHP 8.2] Deprecated function: Creation of dynamic property in SelectQuery class
parent 3119895d
Loading
Loading
Loading
Loading
+14 −0
Original line number Diff line number Diff line
@@ -944,6 +944,20 @@ class SelectQuery extends Query implements SelectQueryInterface {
   */
  protected $range;

  /**
   * The query metadata for alter purposes.
   *
   * @var array
   */
  protected $alterMetaData;

  /**
   * The query tags.
   *
   * @var array
   */
  protected $alterTags;

  /**
   * An array whose elements specify a query to UNION, and the UNION type. The
   * 'type' key may be '', 'ALL', or 'DISTINCT' to represent a 'UNION',