Skip to content

Commit 4b86376

Browse files
committed
Fix codestyle
1 parent 535b7c8 commit 4b86376

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

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

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@
1515
*/
1616

1717
/**
18-
* Address view model
19-
*/
18+
* Address view model
19+
*/
2020
class Address implements ArgumentInterface
2121
{
2222
/**
@@ -35,7 +35,7 @@ class Address implements ArgumentInterface
3535

3636
/**
3737
* Constructor
38-
*
38+
*
3939
* @param DataHelper $helperData
4040
* @param AddressHelper $helperAddress
4141
* @SuppressWarnings(PHPMD.UnusedFormalParameter)
@@ -50,7 +50,7 @@ public function __construct(
5050

5151
/**
5252
* Returns data validation class
53-
*
53+
* @param mixed $param
5454
* @return mixed
5555
*/
5656
public function dataGetAttributeValidationClass($param)
@@ -60,7 +60,7 @@ public function dataGetAttributeValidationClass($param)
6060

6161
/**
6262
* Returns address validation class
63-
*
63+
* @param mixed $param
6464
* @return mixed
6565
*/
6666
public function addressGetAttributeValidationClass($param)
@@ -70,7 +70,7 @@ public function addressGetAttributeValidationClass($param)
7070

7171
/**
7272
* Returns street lines
73-
*
73+
*
7474
* @return mixed
7575
*/
7676
public function addressGetStreetLines()
@@ -80,7 +80,7 @@ public function addressGetStreetLines()
8080

8181
/**
8282
* Returns if VAT attribute is visible
83-
*
83+
*
8484
* @return boolean
8585
*/
8686
public function addressIsVatAttributeVisible()
@@ -90,7 +90,7 @@ public function addressIsVatAttributeVisible()
9090

9191
/**
9292
* Returns region JSON
93-
*
93+
*
9494
* @return mixed
9595
*/
9696
public function dataGetRegionJson()
@@ -100,7 +100,7 @@ public function dataGetRegionJson()
100100

101101
/**
102102
* Returns rcountries with optional zip
103-
*
103+
*
104104
* @return mixed
105105
*/
106106
public function dataGetCountriesWithOptionalZip()

0 commit comments

Comments
 (0)