mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-08-23 16:13:50 +00:00
apply rector rules
This commit is contained in:
@@ -26,10 +26,8 @@ class CustomFieldsGroup
|
||||
/**
|
||||
* The custom fields of the group that are active.
|
||||
* This variable if null, if this informations has not been computed.
|
||||
*
|
||||
* @var array|null
|
||||
*/
|
||||
private $activeCustomFields;
|
||||
private ?array $activeCustomFields = null;
|
||||
|
||||
/**
|
||||
* The custom fields of the group.
|
||||
@@ -67,11 +65,9 @@ class CustomFieldsGroup
|
||||
private $name;
|
||||
|
||||
/**
|
||||
* @var array
|
||||
*
|
||||
* @ORM\Column(type="json")
|
||||
*/
|
||||
private $options = [];
|
||||
private array $options = [];
|
||||
|
||||
/**
|
||||
* CustomFieldsGroup constructor.
|
||||
|
Reference in New Issue
Block a user