Skip to content
Snippets Groups Projects
Commit 6fc5799a 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
parent 6bbfb055
No related branches found
No related tags found
No related merge requests found
......@@ -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.
*/
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment