We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1516b36 commit ebc1730Copy full SHA for ebc1730
classes/FeatureValue.php
@@ -32,7 +32,7 @@ class FeatureValueCore extends ObjectModel
32
/** @var int Group id which attribute belongs */
33
public $id_feature;
34
35
- /** @var string Name */
+ /** @var string|array Name */
36
public $value;
37
38
/** @var bool Custom */
0 commit comments