Skip to content

Commit 6078d53

Browse files
ENGCOM-3687: Resolved bad parameter on function #19537
- Merge Pull Request #19537 from jaimin-ktpl/magento2:patch-17422 - Merged commits: 1. 4a1d103
2 parents b8892f0 + 4a1d103 commit 6078d53

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/code/Magento/Sales/Model/Order.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1945,7 +1945,7 @@ public function addRelatedObject(\Magento\Framework\Model\AbstractModel $object)
19451945
/**
19461946
* Get formatted order created date in store timezone
19471947
*
1948-
* @param string $format date format type (short|medium|long|full)
1948+
* @param int $format date format type (\IntlDateFormatter::SHORT|\IntlDateFormatter::MEDIUM|\IntlDateFormatter::LONG|\IntlDateFormatter::FULL)
19491949
* @return string
19501950
*/
19511951
public function getCreatedAtFormatted($format)

0 commit comments

Comments
 (0)