Commit a988a5ab authored by catch's avatar catch
Browse files

Issue #3309748 by andypost, Ratan Priya, Berdir, mondrake: Define missing...

Issue #3309748 by andypost, Ratan Priya, Berdir, mondrake: Define missing object properties on non-testing classes for PHP 8.2

(cherry picked from commit 6fc5799a)
parent a4c98c94
Loading
Loading
Loading
Loading
+9 −0
Original line number Diff line number Diff line
@@ -21,6 +21,15 @@
 */
class ManyToOneHelper {

  /**
   * Should the field use formula or alias.
   *
   * @see \Drupal\views\Plugin\views\argument\StringArgument::query()
   *
   * @var bool
   */
  public $formula = FALSE;

  /**
   * The handler.
   */