Merge branch 'ent-9695-error-php7-en-dashboards' into 'develop'
fix error types php7.2 pandora_enterprise#9695 See merge request artica/pandorafms!5207
This commit is contained in:
commit
e3ed91604b
|
@ -126,21 +126,21 @@ class GroupedMeterGraphs extends Widget
|
|||
*
|
||||
* @var array
|
||||
*/
|
||||
private array $size;
|
||||
private $size;
|
||||
|
||||
/**
|
||||
* Number of boxes.
|
||||
*
|
||||
* @var float
|
||||
*/
|
||||
private float $boxNumber;
|
||||
private $boxNumber;
|
||||
|
||||
/**
|
||||
* Thresholds.
|
||||
*
|
||||
* @var array
|
||||
*/
|
||||
private array $thresholds;
|
||||
private $thresholds;
|
||||
|
||||
|
||||
/**
|
||||
|
|
Loading…
Reference in New Issue