fixed array of string
This commit is contained in:
parent
7d65407c7c
commit
0ef461e504
@ -165,9 +165,9 @@ class ProductFilterType
|
|||||||
public $offerIds;
|
public $offerIds;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @var array
|
* @var string[]
|
||||||
*
|
*
|
||||||
* @Form\Type("array")
|
* @Form\Type("string[]")
|
||||||
* @Form\SerializedName("properties")
|
* @Form\SerializedName("properties")
|
||||||
*/
|
*/
|
||||||
public $properties;
|
public $properties;
|
||||||
|
Loading…
Reference in New Issue
Block a user