Skip to content

Commit

Permalink
Fix phpdoc for saveAttribute()
Browse files Browse the repository at this point in the history
  • Loading branch information
Caprico85 committed Jul 15, 2022
1 parent 0d99717 commit 547f80c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/code/core/Mage/Sales/Model/Resource/Order/Abstract.php
Original file line number Diff line number Diff line change
Expand Up @@ -323,7 +323,7 @@ protected function _afterSaveAttribute(Mage_Core_Model_Abstract $object, $attrib
* Perform actions after object save
*
* @param Mage_Core_Model_Abstract $object
* @param string $attribute
* @param string|string[] $attribute
* @return $this
*/
public function saveAttribute(Mage_Core_Model_Abstract $object, $attribute)
Expand Down

0 comments on commit 547f80c

Please sign in to comment.