Skip to content

Commit

Permalink
[PW-6785] - Coverage test function
Browse files Browse the repository at this point in the history
  • Loading branch information
candemiralp committed Aug 15, 2022
1 parent 410bddb commit bd74dd3
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions Helper/Address.php
Expand Up @@ -89,6 +89,11 @@ public function getStreetAndHouseNumberFromAddress(
}
}

public function getHouseNameSonarTest(array $addressArray)
{
return implode(',', $addressArray);
}

/**
* @param string[] $addressArray
* @return array
Expand Down

0 comments on commit bd74dd3

Please sign in to comment.