Skip to content

Commit 93eae0b

Browse files
committed
Merge remote-tracking branch 'origin/MAGETWO-58144' into 2.3-develop-pr34
2 parents 588a425 + d8e1ae1 commit 93eae0b

File tree

1 file changed

+7
-3
lines changed
  • app/code/Magento/ConfigurableProduct/Block/Adminhtml/Product/Edit/Button

1 file changed

+7
-3
lines changed

app/code/Magento/ConfigurableProduct/Block/Adminhtml/Product/Edit/Button/Save.php

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
class Save extends Generic
1616
{
1717
/**
18-
* {@inheritdoc}
18+
* @inheritdoc
1919
*/
2020
public function getButtonData()
2121
{
@@ -125,7 +125,8 @@ protected function getOptions()
125125
}
126126

127127
/**
128-
* Retrieve target for button
128+
* Retrieve target for button.
129+
*
129130
* @return string
130131
*/
131132
protected function getSaveTarget()
@@ -138,7 +139,8 @@ protected function getSaveTarget()
138139
}
139140

140141
/**
141-
* Retrieve action for button
142+
* Retrieve action for button.
143+
*
142144
* @return string
143145
*/
144146
protected function getSaveAction()
@@ -151,6 +153,8 @@ protected function getSaveAction()
151153
}
152154

153155
/**
156+
* Is configurable product.
157+
*
154158
* @return boolean
155159
*/
156160
protected function isConfigurableProduct()

0 commit comments

Comments
 (0)