Skip to content

Commit c5d12fc

Browse files
committed
MAGETWO-60533: Data passed to Magento\Framework\ObjectManager\Config\Compiled is not validated
1 parent 02dfbe4 commit c5d12fc

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

lib/internal/Magento/Framework/ObjectManager/Test/Unit/Config/CompiledTest.php

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -207,7 +207,7 @@ public function constructorFieldsValidation()
207207
'arguments' => [],
208208
'instanceTypes' => [],
209209
'preferences' => [],
210-
]
210+
],
211211
],
212212
[
213213
[
@@ -219,8 +219,8 @@ public function constructorFieldsValidation()
219219
'arguments' => [],
220220
'instanceTypes' => [1, 2, 3],
221221
'preferences' => [],
222-
]
223-
]
222+
],
223+
],
224224
];
225225
}
226226

@@ -267,7 +267,7 @@ public function extendFieldsValidation()
267267
'arguments' => [],
268268
'instanceTypes' => [],
269269
'preferences' => [],
270-
]
270+
],
271271
],
272272
[
273273
[
@@ -279,8 +279,8 @@ public function extendFieldsValidation()
279279
'arguments' => [],
280280
'instanceTypes' => [1, 2, 3],
281281
'preferences' => [],
282-
]
283-
]
282+
],
283+
],
284284
];
285285
}
286286
}

0 commit comments

Comments
 (0)