From 0e4c1f679174a5136efb83da9dda6455f0a96513 Mon Sep 17 00:00:00 2001 From: Vincent Date: Tue, 24 Nov 2020 09:23:57 -0800 Subject: [PATCH] Revert "fix documentation" --- src/Address.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/Address.php b/src/Address.php index cca6fa2..386b7ea 100644 --- a/src/Address.php +++ b/src/Address.php @@ -18,7 +18,7 @@ class Address protected $addressInfo = []; /** - * Set the address1 property usually the apt or suit number. + * Set the address2 property. * * @param string|int $value * @@ -30,7 +30,7 @@ public function setAddress($value) } /** - * Set the address2 property. + * Set the address1 property usually the apt or suit number. * * @param string|int $value *