Skip to content

Commit 84b039c

Browse files
author
Mike Weis
committed
MAGETWO-33664: Refactor Sales module to use mutable data object interfaces
- fix static test failure
1 parent 2f07596 commit 84b039c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/code/Magento/Sales/Api/Data/TransactionInterface.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -209,7 +209,7 @@ public function setIsClosed($isClosed);
209209
* @param string $key
210210
* @param mixed $value
211211
* @return $this
212-
* @throws \Magento\Framework\Model\Exception
212+
* @throws \Magento\Framework\Exception\LocalizedException
213213
*/
214214
public function setAdditionalInformation($key, $value);
215215
}

0 commit comments

Comments
 (0)