Skip to content

Commit

Permalink
fixed array of string
Browse files Browse the repository at this point in the history
  • Loading branch information
opheugene committed Jul 18, 2024
1 parent 7d65407 commit 0ef461e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Model/Filter/Store/ProductFilterType.php
Original file line number Diff line number Diff line change
Expand Up @@ -165,9 +165,9 @@ class ProductFilterType
public $offerIds;

/**
* @var array
* @var string[]
*
* @Form\Type("array")
* @Form\Type("string[]")
* @Form\SerializedName("properties")
*/
public $properties;
Expand Down

0 comments on commit 0ef461e

Please sign in to comment.