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:
Diego Muñoz-Reja 2022-10-24 07:48:41 +00:00
commit e3ed91604b
1 changed files with 3 additions and 3 deletions

View File

@ -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;
/**