Skip to content

Commit 4b9b6fa

Browse files
committed
Apply review feedback
1 parent 5958409 commit 4b9b6fa

File tree

1 file changed

+1
-13
lines changed

1 file changed

+1
-13
lines changed

app/code/Magento/Customer/ViewModel/Address.php

Lines changed: 1 addition & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -11,25 +11,17 @@
1111
use Magento\Framework\Exception\NoSuchEntityException;
1212
use Magento\Framework\View\Element\Block\ArgumentInterface;
1313

14-
/**
15-
* Customer address view model.
16-
*/
17-
1814
/**
19-
* Address view model
15+
* Custom address view model
2016
*/
2117
class Address implements ArgumentInterface
2218
{
2319
/**
24-
* Data helper
25-
*
2620
* @var DataHelper
2721
*/
2822
private $helperData;
2923

3024
/**
31-
* Address helper
32-
*
3325
* @var AddressHelper
3426
*/
3527
private $helperAddress;
@@ -53,9 +45,7 @@ public function __construct(
5345
* Get string with frontend validation classes for attribute
5446
*
5547
* @param string $attributeCode
56-
*
5748
* @return string
58-
*
5949
* @throws \Magento\Framework\Exception\LocalizedException
6050
*/
6151
public function dataGetAttributeValidationClass($attributeCode)
@@ -67,9 +57,7 @@ public function dataGetAttributeValidationClass($attributeCode)
6757
* Get string with frontend validation classes for attribute
6858
*
6959
* @param string $attributeCode
70-
*
7160
* @return string
72-
*
7361
* @throws \Magento\Framework\Exception\LocalizedException
7462
*/
7563
public function addressGetAttributeValidationClass($attributeCode)

0 commit comments

Comments
 (0)