Skip to content

Commit 9828e85

Browse files
kiatngfballiano
authored andcommitted
Fixed incorrect docblock for setLastRealOrderId() and getLastRealOrderId() (#2752)
1 parent 971b58b commit 9828e85

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

app/code/core/Mage/Checkout/Model/Session.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,8 +58,8 @@
5858
* @method int getLastQuoteId()
5959
* @method $this setLastQuoteId(int $value)
6060
* @method $this unsLastQuoteId()
61-
* @method int getLastRealOrderId()
62-
* @method $this setLastRealOrderId(int $value)
61+
* @method string getLastRealOrderId()
62+
* @method $this setLastRealOrderId(string $value)
6363
* @method $this unsLastRealOrderId()
6464
* @method int getLastRecurringProfileIds()
6565
* @method $this setLastRecurringProfileIds(array $value)

0 commit comments

Comments
 (0)