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 d4fbdbc commit 37bbfd1Copy full SHA for 37bbfd1
app/code/Magento/Sales/Model/RefundOrder.php
@@ -135,7 +135,7 @@ public function execute(
135
) {
136
return $this->orderMutex->execute(
137
(int) $orderId,
138
- \Closure::fromCallable([$this, 'createRefund']),// phpstan:ignore
+ \Closure::fromCallable([$this, 'createRefund']),
139
[
140
$orderId,
141
$items,
app/code/Magento/Sales/Model/ShipOrder.php
@@ -151,7 +151,7 @@ public function execute(
151
152
153
(int)$orderId,
154
- \Closure::fromCallable([$this, 'createShipment']),// phpstan:ignore
+ \Closure::fromCallable([$this, 'createShipment']),
155
156
157
0 commit comments