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

Commit 0e4c1f6

Browse files
authored
Revert "fix documentation"
1 parent ea0aa40 commit 0e4c1f6

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

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

0 commit comments

Comments
 (0)