File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
app/code/Magento/Catalog/Model/Product/Attribute/Backend/TierPrice Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -135,7 +135,7 @@ private function getAdditionalFields(array $objectArray): array
135
135
* Check whether price has percentage value.
136
136
*
137
137
* @param array $priceRow
138
- * @return integer |null
138
+ * @return int |null
139
139
*/
140
140
private function getPercentage (array $ priceRow ): ?int
141
141
{
Original file line number Diff line number Diff line change @@ -131,7 +131,7 @@ private function getAdditionalFields(array $objectArray): array
131
131
* Check whether price has percentage value.
132
132
*
133
133
* @param array $priceRow
134
- * @return integer |null
134
+ * @return int |null
135
135
*/
136
136
private function getPercentage (array $ priceRow ): ?int
137
137
{
@@ -145,7 +145,7 @@ private function getPercentage(array $priceRow): ?int
145
145
*
146
146
* @param array $valuesToUpdate
147
147
* @param array $oldValues
148
- * @return boolean
148
+ * @return bool
149
149
*/
150
150
private function updateValues (array $ valuesToUpdate , array $ oldValues ): bool
151
151
{
You can’t perform that action at this time.
0 commit comments