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.
2 parents ada5457 + 0fb87a0 commit 2c0b93bCopy full SHA for 2c0b93b
dev/tests/integration/testsuite/Magento/Sales/_files/invoice_list.php
@@ -53,9 +53,9 @@
53
],
54
];
55
56
-/** @var array $creditMemoData */
+/** @var array $invoiceData */
57
foreach ($invoices as $invoiceData) {
58
- /** @var \Magento\Sales\Model\Order\Creditmemo $creditMemo */
+ /** @var \Magento\Sales\Model\Order\Invoice $invoice */
59
$invoice = $objectManager->create(\Magento\Sales\Model\Order\Invoice::class);
60
$invoice
61
->setData($invoiceData)
0 commit comments