1
0
mirror of synced 2024-11-21 21:06:07 +03:00

fixed array of string

This commit is contained in:
Opheugene 2024-07-18 18:24:03 +02:00
parent 7d65407c7c
commit 0ef461e504

View File

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