Skip to content
Open
Changes from all commits
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
8 changes: 4 additions & 4 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|\Stringable $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|\Stringable $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|\Stringable $comment
* @param bool|string $status
* @param bool $isVisibleOnFront
* @return OrderStatusHistoryInterface
Expand Down Expand Up @@ -1346,7 +1346,7 @@ public function isFraudDetected()
/**
* Prepare order totals to cancellation
*
* @param string $comment
* @param string|\Stringable $comment
* @param bool $graceful
* @return $this
* @throws LocalizedException
Expand Down