Skip to content

Commit 364daaa

Browse files
committed
MAGETWO-58144: [FT] Magento\Catalog\Test\TestCase\Product\ProductTypeSwitchingOnCreationTest fail on Bamboo
1 parent 276a89a commit 364daaa

File tree

1 file changed

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

1 file changed

+6
-3
lines changed

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

Lines changed: 6 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,7 @@ protected function getSaveAction()
151153
}
152154

153155
/**
156+
* Is configurable product.
154157
* @return boolean
155158
*/
156159
protected function isConfigurableProduct()

0 commit comments

Comments
 (0)