Skip to content
Snippets Groups Projects
Verified Commit c88b325b authored by Arne Jørgensen's avatar Arne Jørgensen
Browse files

Issue #3489049 by classiccut: Prevent excessive warnings with php 8.2

parent 282b51f2
No related branches found
No related tags found
No related merge requests found
......@@ -15,6 +15,8 @@ class UltimateCronPlugin {
public $title = '';
public $description = '';
public $plugin;
public $type;
public $key;
public $settings = array();
static public $multiple = FALSE;
static public $instances = array();
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment