Verified Commit f1497045 authored by Jess's avatar Jess
Browse files

Issue #3328005 by daffie, netsliver, andypost, mondrake: PHP 8.2 Creation of...

Issue #3328005 by daffie, netsliver, andypost, mondrake: PHP 8.2 Creation of dynamic property Drupal\pgsql\Driver\Database\pgsql\Select::$alterMetaData is deprecated
parent faf578bb
Loading
Loading
Loading
Loading
+10 −0
Original line number Diff line number Diff line
@@ -119,6 +119,16 @@ class Select extends Query implements SelectInterface {
   */
  protected $forUpdate = FALSE;

  /**
   * The query metadata for alter purposes.
   */
  public $alterMetaData;

  /**
   * The query tags.
   */
  public $alterTags;

  /**
   * Constructs a Select object.
   *