File tree Expand file tree Collapse file tree 2 files changed +4
-6
lines changed
GroupedProduct/Ui/DataProvider/Product/Form/Modifier Expand file tree Collapse file tree 2 files changed +4
-6
lines changed Original file line number Diff line number Diff line change @@ -414,17 +414,15 @@ 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 ' ] . '. ' . $ this ->uiComponentsConfig ['form ' ]
419
418
. '. '
420
419
. static ::GROUP_GROUPED
421
420
. '. '
422
421
. $ this ->uiComponentsConfig ['modal ' ],
423
422
'actionName ' => 'openModal ' ,
424
423
],
425
424
[
426
- 'targetName ' =>
427
- $ this ->uiComponentsConfig ['form ' ] . '. ' . $ this ->uiComponentsConfig ['form ' ]
425
+ 'targetName ' => $ this ->uiComponentsConfig ['form ' ] . '. ' . $ this ->uiComponentsConfig ['form ' ]
428
426
. '. '
429
427
. static ::GROUP_GROUPED
430
428
. '. '
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