Skip to content

Commit e7247de

Browse files
committed
MAGETWO-95770: Saved multi line attribute data displayed incorrectly on customer edit address page
- Fixed static issues
1 parent c8ac426 commit e7247de

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

app/code/Magento/Customer/Model/Customer/DataProvider.php

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,8 @@
3030
use Magento\Ui\DataProvider\EavValidationRules;
3131

3232
/**
33+
* Supplies the data for the customer UI component
34+
*
3335
* @SuppressWarnings(PHPMD.CouplingBetweenObjects)
3436
*
3537
* @api
@@ -156,10 +158,11 @@ class DataProvider extends \Magento\Ui\DataProvider\AbstractDataProvider
156158
* @param Config $eavConfig
157159
* @param FilterPool $filterPool
158160
* @param FileProcessorFactory $fileProcessorFactory
159-
* @param ContextInterface $context
160161
* @param array $meta
161162
* @param array $data
163+
* @param ContextInterface $context
162164
* @param bool $allowToShowHiddenAttributes
165+
* @throws \Magento\Framework\Exception\LocalizedException
163166
* @SuppressWarnings(PHPMD.ExcessiveParameterList)
164167
*/
165168
public function __construct(

0 commit comments

Comments
 (0)