Skip to content

Commit 1a45ba1

Browse files
committed
fix: phpstan
1 parent 1a44b39 commit 1a45ba1

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

tests/Profile/Shopware6/Converter/ShippingMethodConverterTest.php

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,9 @@ protected function createConverter(
3838
1, // trigger already existing technical name check
3939
[[
4040
'primaryKey' => Uuid::randomHex(),
41-
'data' => [],
41+
'data' => [
42+
'id' => Uuid::randomHex(),
43+
],
4244
]],
4345
new Criteria(),
4446
Context::createDefaultContext()

0 commit comments

Comments
 (0)