File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
src/Magento/FunctionalTestingFramework/DataGenerator/Util Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -114,10 +114,10 @@ private function extractOperationArray(&$operationArrayData, $operationArrayArra
114
114
foreach ($ operationArrayArray as $ operationFieldType ) {
115
115
$ operationElementValue = [];
116
116
if (isset ($ operationFieldType [OperationDefinitionObjectHandler::ENTITY_OPERATION_ARRAY_VALUE ])) {
117
- foreach ($ operationFieldType [OperationDefinitionObjectHandler::ENTITY_OPERATION_ARRAY_VALUE ]
118
- as $ operationFieldValue
119
- ) {
120
- $ operationElementValue [] = $ operationFieldValue [OperationElementExtractor::OPERATION_OBJECT_ARRAY_VALUE ] ?? null ;
117
+ foreach ($ operationFieldType [OperationDefinitionObjectHandler::ENTITY_OPERATION_ARRAY_VALUE ] as
118
+ $ operationFieldValue) {
119
+ $ operationElementValue [] =
120
+ $ operationFieldValue [OperationElementExtractor::OPERATION_OBJECT_ARRAY_VALUE ] ?? null ;
121
121
}
122
122
}
123
123
You can’t perform that action at this time.
0 commit comments