Skip to content

Commit c8e86ef

Browse files
authored
Fixed dockblock in addStatusHistoryComment(). (#1743)
1 parent 7fc01d5 commit c8e86ef

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

app/code/core/Mage/Sales/Model/Order.php

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1169,14 +1169,9 @@ public function addStatusToHistory($status, $comment = '', $isCustomerNotified =
11691169
* Different or default status may be specified
11701170
*
11711171
* @param string $comment
1172-
* @param string $status
1172+
* @param bool|string $status
11731173
* @return Mage_Sales_Model_Order_Status_History
11741174
*/
1175-
/**
1176-
* @param $comment
1177-
* @param bool $status
1178-
* @return mixed
1179-
*/
11801175
public function addStatusHistoryComment($comment, $status = false)
11811176
{
11821177
if (false === $status) {

0 commit comments

Comments
 (0)