Skip to content

Commit 8cca552

Browse files
committed
Add missing doc block for beforeSave.
1 parent a59b0e8 commit 8cca552

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

app/code/Magento/Bundle/Model/Selection.php

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,11 @@ protected function _construct()
7373
parent::_construct();
7474
}
7575

76+
/**
77+
* Processin object before save data
78+
*
79+
* @return void
80+
*/
7681
public function beforeSave()
7782
{
7883
if (!$this->_catalogData->isPriceGlobal() && $this->getWebsiteId()) {
@@ -83,7 +88,7 @@ public function beforeSave()
8388
}
8489

8590
/**
86-
* Processing object before save data
91+
* Processing object after save data
8792
*
8893
* @return $this
8994
*/

0 commit comments

Comments
 (0)