apply rector rules

This commit is contained in:
2023-07-28 02:40:02 +02:00
parent 157cdf6dfc
commit f570fe92a5
112 changed files with 252 additions and 562 deletions

View File

@@ -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.