File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed
Block/Adminhtml/Items/Price Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -36,7 +36,7 @@ public function getCode();
36
36
public function setCode ($ code );
37
37
38
38
/**
39
- * Rethreive website name
39
+ * Retrieve website name
40
40
*
41
41
* @return string
42
42
*/
Original file line number Diff line number Diff line change @@ -29,7 +29,7 @@ class StoreManager implements
29
29
const PARAM_RUN_TYPE = 'MAGE_RUN_TYPE ' ;
30
30
31
31
/**
32
- * Wether single store mode enabled or not
32
+ * Whether single store mode enabled or not
33
33
*/
34
34
const XML_PATH_SINGLE_STORE_MODE_ENABLED = 'general/single_store_mode/enabled ' ;
35
35
Original file line number Diff line number Diff line change @@ -137,7 +137,7 @@ public function getBaseTotalAmount($item)
137
137
}
138
138
139
139
/**
140
- * Retrieve formated price, use different formatter depending on type of item
140
+ * Retrieve formatted price, use different formatter depending on type of item
141
141
*
142
142
* @param float $price
143
143
* @return string
Original file line number Diff line number Diff line change @@ -148,7 +148,7 @@ public function testGetCalculatedTaxesForOrder()
148
148
}
149
149
150
150
/**
151
- * Creat OrderTaxDetails mock from array of data
151
+ * Create OrderTaxDetails mock from array of data
152
152
*
153
153
* @param $inputArray
154
154
* @return \PHPUnit_Framework_MockObject_MockObject|\Magento\Tax\Api\Data\OrderTaxDetailsInterface
You can’t perform that action at this time.
0 commit comments