Skip to content

Commit d42886f

Browse files
author
Stanislav Idolov
committed
magento-engcom/magento2ce#2420: Fixed code style issues
1 parent 3fa7b0c commit d42886f

File tree

3 files changed

+6
-1
lines changed

3 files changed

+6
-1
lines changed

app/code/Magento/Directory/Model/PriceCurrency.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -116,6 +116,8 @@ public function getCurrency($scope = null, $currency = null)
116116
}
117117

118118
/**
119+
* Get currrency symbol
120+
*
119121
* @param null|string|bool|int|\Magento\Framework\App\ScopeInterface $scope
120122
* @param \Magento\Framework\Model\AbstractModel|string|null $currency
121123
* @return string

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1945,7 +1945,8 @@ public function addRelatedObject(\Magento\Framework\Model\AbstractModel $object)
19451945
/**
19461946
* Get formatted order created date in store timezone
19471947
*
1948-
* @param int $format date format type (\IntlDateFormatter::SHORT|\IntlDateFormatter::MEDIUM|\IntlDateFormatter::LONG|\IntlDateFormatter::FULL)
1948+
* @param int $format date format type (\IntlDateFormatter::SHORT|\IntlDateFormatter::MEDIUM
1949+
* |\IntlDateFormatter::LONG|\IntlDateFormatter::FULL)
19491950
* @return string
19501951
*/
19511952
public function getCreatedAtFormatted($format)

lib/internal/Magento/Framework/Pricing/PriceCurrencyInterface.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -94,6 +94,8 @@ public function round($price);
9494
public function getCurrency($scope = null, $currency = null);
9595

9696
/**
97+
* Get currency symbol
98+
*
9799
* @param null|string|bool|int|\Magento\Framework\App\ScopeInterface $scope
98100
* @param \Magento\Framework\Model\AbstractModel|string|null $currency
99101
* @return string

0 commit comments

Comments
 (0)