File tree Expand file tree Collapse file tree 2 files changed +2
-4
lines changed
app/code/Magento/Sales/Model Expand file tree Collapse file tree 2 files changed +2
-4
lines changed Original file line number Diff line number Diff line change @@ -133,10 +133,9 @@ public function execute(
133
133
\Magento \Sales \Api \Data \CreditmemoCommentCreationInterface $ comment = null ,
134
134
\Magento \Sales \Api \Data \CreditmemoCreationArgumentsInterface $ arguments = null
135
135
) {
136
- // phpstan:ignore "File has calls static method. (phpStaticMethodCalls)"
137
136
return $ this ->orderMutex ->execute (
138
137
(int ) $ orderId ,
139
- \Closure::fromCallable ([$ this , 'createRefund ' ]),
138
+ \Closure::fromCallable ([$ this , 'createRefund ' ]),// phpstan:ignore
140
139
[
141
140
$ orderId ,
142
141
$ items ,
Original file line number Diff line number Diff line change @@ -149,10 +149,9 @@ public function execute(
149
149
array $ packages = [],
150
150
\Magento \Sales \Api \Data \ShipmentCreationArgumentsInterface $ arguments = null
151
151
) {
152
- // phpstan:ignore "File has calls static method. (phpStaticMethodCalls)"
153
152
return $ this ->orderMutex ->execute (
154
153
(int )$ orderId ,
155
- \Closure::fromCallable ([$ this , 'createShipment ' ]),
154
+ \Closure::fromCallable ([$ this , 'createShipment ' ]),// phpstan:ignore
156
155
[
157
156
$ orderId ,
158
157
$ items ,
You can’t perform that action at this time.
0 commit comments