Skip to content

Commit 103cef8

Browse files
committed
MC-17149: UI components configuration incorrect (overlapping text labels)
1 parent 07f57fc commit 103cef8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/code/Magento/Catalog/Ui/DataProvider/Product/Form/Modifier/AdvancedPricing.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -203,7 +203,7 @@ protected function preparePriceFields($fieldCode)
203203
*
204204
* @return $this
205205
*/
206-
private function customizePrice()
206+
private function customizePrice(): self
207207
{
208208
$pathFrom = $this->arrayManager->findPath('price', $this->meta, null, 'children');
209209

0 commit comments

Comments
 (0)