mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-30 09:15:15 +02:00
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…
x
Reference in New Issue
Block a user