diff --git a/CHANGELOG.md b/CHANGELOG.md index a857d991..4422f5f2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [3.8.0] - 2022-10-24 + +### Added + +- Add portuguese translations in #126 + ## [3.7.0] - 2022-07-04 ### Added diff --git a/tests/Form/Type/PhoneNumberTypeTest.php b/tests/Form/Type/PhoneNumberTypeTest.php index 013409f9..6b858dd0 100644 --- a/tests/Form/Type/PhoneNumberTypeTest.php +++ b/tests/Form/Type/PhoneNumberTypeTest.php @@ -173,9 +173,6 @@ public function countryChoiceChoicesProvider() /** * @dataProvider countryChoicePlaceholderProvider - * - * @param $placeholder - * @param $expectedPlaceholder */ public function testCountryChoicePlaceholder($placeholder, $expectedPlaceholder) {