fix error types php7.2 pandora_enterprise#9695
This commit is contained in:
parent
204d711b30
commit
821bdf16da
|
@ -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