File tree Expand file tree Collapse file tree 1 file changed +8
-2
lines changed
app/code/Magento/QuoteGraphQl/Test/Unit/Model/Resolver Expand file tree Collapse file tree 1 file changed +8
-2
lines changed Original file line number Diff line number Diff line change @@ -215,7 +215,10 @@ public function testResolveSkipsEmptyCustomizableOptions(): void
215
215
function (
216
216
QuoteItem $ item ,
217
217
int $ optionId
218
- ) use ($ expectedOptionData1 , $ expectedOptionData3 ) {
218
+ ) use (
219
+ $ expectedOptionData1 ,
220
+ $ expectedOptionData3
221
+ ) {
219
222
switch ($ optionId ) {
220
223
case 1 :
221
224
return $ expectedOptionData1 ;
@@ -443,7 +446,10 @@ public function testResolveHandlesDeletedCustomOption(): void
443
446
function (
444
447
QuoteItem $ item ,
445
448
int $ optionId
446
- ) use ($ validOption1 , $ validOption2 ) {
449
+ ) use (
450
+ $ validOption1 ,
451
+ $ validOption2
452
+ ) {
447
453
switch ($ optionId ) {
448
454
case 1 :
449
455
return $ validOption1 ;
You can’t perform that action at this time.
0 commit comments