We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c659356 commit b09aa29Copy full SHA for b09aa29
app/code/Magento/CatalogInventory/Test/Fixture/SourceItem.php
@@ -72,11 +72,7 @@ public function apply(array $data = []): ?DataObject
72
public function revert(DataObject $data): void
73
{
74
$service = $this->serviceFactory->create(SourceItemsDeleteInterface::class, 'execute');
75
- $service->execute(
76
- [
77
- 'sourceItems' => [$this->prepareData($data->getData())]
78
- ]
79
- );
+ $service->execute(['sourceItems' => [$this->prepareData($data->getData())]]);
80
}
81
82
/**
0 commit comments