Skip to content

Commit 5c92734

Browse files
martineibergithub-actions[bot]
authored andcommitted
Apply php-cs-fixer changes
1 parent 50f5b01 commit 5c92734

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/Model/Search/Modifier/Filter/FieldType/MultiSelectFilter.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,11 +14,9 @@
1414
namespace Pimcore\Bundle\GenericDataIndexBundle\Model\Search\Modifier\Filter\FieldType;
1515

1616
use Pimcore\Bundle\GenericDataIndexBundle\Model\Search\Modifier\SearchModifierInterface;
17-
use Pimcore\ValueObject\Collection\ArrayOfStrings;
1817

1918
final readonly class MultiSelectFilter implements SearchModifierInterface
2019
{
21-
2220
public function __construct(
2321
private string $field,
2422
private array $values,

0 commit comments

Comments
 (0)