Skip to content

Commit

Permalink
https://github.com/thehcginstitute-com/m1/issues/589
Browse files Browse the repository at this point in the history
  • Loading branch information
dmitrii-fediuk committed May 2, 2024
1 parent f2921dc commit bc4b726
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -1000,7 +1000,7 @@ private function addZipCodeFromCustomizedAttribute($customAtt, $key, $customer):
* @param $key
* @param $customer
*/
private function addStateFromCustomizedAttribute($customAtt, $key, $customer)
private function addStateFromCustomizedAttribute($customAtt, $key, $customer):void
{
$address = $this->getAddressForCustomizedAttributes($customAtt, $customer);
if ($address) {
Expand Down

0 comments on commit bc4b726

Please sign in to comment.