Skip to content
This repository was archived by the owner on Sep 3, 2021. It is now read-only.

Commit ea0aa40

Browse files
authored
Merge pull request #55 from anfoxtrot/master
fix documentation
2 parents 933b537 + f43f3de commit ea0aa40

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Address.php

+2-2
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ class Address
1818
protected $addressInfo = [];
1919

2020
/**
21-
* Set the address2 property.
21+
* Set the address1 property usually the apt or suit number.
2222
*
2323
* @param string|int $value
2424
*
@@ -30,7 +30,7 @@ public function setAddress($value)
3030
}
3131

3232
/**
33-
* Set the address1 property usually the apt or suit number.
33+
* Set the address2 property.
3434
*
3535
* @param string|int $value
3636
*

0 commit comments

Comments
 (0)