Skip to content

Commit c1d6253

Browse files
committed
Merge branch '7.4' into 8.0
* 7.4: [Serializer] Make data provider return type match its PHPDoc fix fixture files locations resolve conflict [Console] Fix `TreeHelper::addChild` when providing a string [Serializer] Handle invalid mapping type property type [Config] Do not generate unreachable configuration paths [WebProfilerBundle] Fix missing indent on non php files opended in the profiler [Serializer] Add missing CHANGELOG entry [Validator] Add `min` and `max` in both error messages of `LengthValidator` remove docblocks for deprecated argument types [ObjectMapper] skip reading uninitialized values [Security] Support union type for `#[CurrentUser]` attribute Fix typos [Serializer] Add CDATA_WRAPPING_NAME_PATTERN support to XmlEncoder [JsonPath] Fix parsing invalid Unicode codepoints [FrameworkBundle] Fix cache warmers tests [AssetMapper] Add support for loading JSON using import statements [BrowserKit] Add PHPUnit constraints: `BrowserHistoryIsOnFirstPage` and `BrowserHistoryIsOnLastPage`
2 parents 4b12437 + f253dec commit c1d6253

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ CHANGELOG
4545
* added `LazyString` which provides memoizing stringable objects
4646
* The component is not marked as `@experimental` anymore
4747
* added the `s()` helper method to get either an `UnicodeString` or `ByteString` instance,
48-
depending of the input string UTF-8 compliancy
48+
depending of the input string UTF-8 compliance
4949
* added `$cut` parameter to `Symfony\Component\String\AbstractString::truncate()`
5050
* added `AbstractString::containsAny()`
5151
* allow passing a string of custom characters to `ByteString::fromRandom()`

0 commit comments

Comments
 (0)