File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed
lib/internal/Magento/Framework/ObjectManager/Test/Unit/Config Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -207,7 +207,7 @@ public function constructorFieldsValidation()
207
207
'arguments ' => [],
208
208
'instanceTypes ' => [],
209
209
'preferences ' => [],
210
- ]
210
+ ],
211
211
],
212
212
[
213
213
[
@@ -219,8 +219,8 @@ public function constructorFieldsValidation()
219
219
'arguments ' => [],
220
220
'instanceTypes ' => [1 , 2 , 3 ],
221
221
'preferences ' => [],
222
- ]
223
- ]
222
+ ],
223
+ ],
224
224
];
225
225
}
226
226
@@ -267,7 +267,7 @@ public function extendFieldsValidation()
267
267
'arguments ' => [],
268
268
'instanceTypes ' => [],
269
269
'preferences ' => [],
270
- ]
270
+ ],
271
271
],
272
272
[
273
273
[
@@ -279,8 +279,8 @@ public function extendFieldsValidation()
279
279
'arguments ' => [],
280
280
'instanceTypes ' => [1 , 2 , 3 ],
281
281
'preferences ' => [],
282
- ]
283
- ]
282
+ ],
283
+ ],
284
284
];
285
285
}
286
286
}
You can’t perform that action at this time.
0 commit comments