File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed
GroupedProduct/Ui/DataProvider/Product/Form/Modifier Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -414,17 +414,17 @@ protected function getButtonSet()
414
414
'component ' => 'Magento_Ui/js/form/components/button ' ,
415
415
'actions ' => [
416
416
[
417
- 'targetName ' =>
418
- $ this -> uiComponentsConfig [ ' form ' ] . '. ' . $ this ->uiComponentsConfig ['form ' ]
417
+ 'targetName ' => $ this -> uiComponentsConfig [ ' form ' ] .
418
+ '. ' . $ this ->uiComponentsConfig ['form ' ]
419
419
. '. '
420
420
. static ::GROUP_GROUPED
421
421
. '. '
422
422
. $ this ->uiComponentsConfig ['modal ' ],
423
423
'actionName ' => 'openModal ' ,
424
424
],
425
425
[
426
- 'targetName ' =>
427
- $ this -> uiComponentsConfig [ ' form ' ] . '. ' . $ this ->uiComponentsConfig ['form ' ]
426
+ 'targetName ' => $ this -> uiComponentsConfig [ ' form ' ] .
427
+ '. ' . $ this ->uiComponentsConfig ['form ' ]
428
428
. '. '
429
429
. static ::GROUP_GROUPED
430
430
. '. '
Original file line number Diff line number Diff line change @@ -129,8 +129,8 @@ protected function extractMethodDescription(\Zend\Code\Reflection\MethodReflecti
129
129
$ docBlock = $ methodReflection ->getDocBlock ();
130
130
if (!$ docBlock ) {
131
131
throw new \LogicException (
132
- 'The docBlock of the method ' .
133
- $ method ->getDeclaringClass ()->getName () . ':: ' . $ method ->getName () . ' is empty. '
132
+ 'The docBlock of the method ' .
133
+ $ method ->getDeclaringClass ()->getName () . ':: ' . $ method ->getName () . ' is empty. '
134
134
);
135
135
}
136
136
return $ this ->_typeProcessor ->getDescription ($ docBlock );
You can’t perform that action at this time.
0 commit comments