From 0ef461e504b6ae42f1e2bda1328e6240eef28419 Mon Sep 17 00:00:00 2001 From: Opheugene Date: Thu, 18 Jul 2024 18:24:03 +0200 Subject: [PATCH] fixed array of string --- src/Model/Filter/Store/ProductFilterType.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/Model/Filter/Store/ProductFilterType.php b/src/Model/Filter/Store/ProductFilterType.php index 4088921..6a1fcd8 100644 --- a/src/Model/Filter/Store/ProductFilterType.php +++ b/src/Model/Filter/Store/ProductFilterType.php @@ -165,9 +165,9 @@ class ProductFilterType public $offerIds; /** - * @var array + * @var string[] * - * @Form\Type("array") + * @Form\Type("string[]") * @Form\SerializedName("properties") */ public $properties;