Skip to content

Commit 8bbffde

Browse files
committed
feat: import export bundle
1 parent 0035b3a commit 8bbffde

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

components/ImportExportBundle/src/lib/Item/ItemTransformationMapSource.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@ class ItemTransformationMapSource
1616
protected array $transformers = [];
1717

1818
/**
19-
* @param PropertyPath[]|PropertyPath $path
20-
* @param ItemValueTransformerInterface[] $transformers
19+
* @param array<string>|string $path
20+
* @param array<string>|array<array{string, string}> $transformers
2121
*/
2222
public function __construct($path, array $transformers = [])
2323
{

0 commit comments

Comments
 (0)