Skip to content
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions app/code/Magento/Sales/Model/Order.php
Original file line number Diff line number Diff line change
Expand Up @@ -1184,7 +1184,7 @@ public function getStatusLabel()
* Add status change information to history
*
* @param string $status
* @param string $comment
* @param string|\Magento\Framework\Phrase $comment
* @param bool $isCustomerNotified
* @return $this
*/
Expand All @@ -1199,7 +1199,7 @@ public function addStatusToHistory($status, $comment = '', $isCustomerNotified =
*
* Different or default status may be specified.
*
* @param string $comment
* @param string|\Magento\Framework\Phrase $comment
* @param bool|string $status
* @return OrderStatusHistoryInterface
* @deprecated 101.0.5
Expand All @@ -1215,7 +1215,7 @@ public function addStatusHistoryComment($comment, $status = false)
*
* Different or default status may be specified.
*
* @param string $comment
* @param string|\Magento\Framework\Phrase $comment
* @param bool|string $status
* @param bool $isVisibleOnFront
* @return OrderStatusHistoryInterface
Expand Down