Thanks to visit codestin.com
Credit goes to github.com

Skip to content
Prev Previous commit
Next Next commit
Update CHANGELOG.md
  • Loading branch information
DerManoMann committed Feb 22, 2025
commit 3f63fb9bcfc9edd99d101baf3115d3db2ee3b372
2 changes: 1 addition & 1 deletion src/Symfony/Component/TypeInfo/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,12 @@ CHANGELOG
7.3
---

* Add `IntRangeType` class to hold specific type details for `int` builtin types
* Add `Type::accepts()` method
* Add `TypeFactoryTrait::fromValue()` method
* Deprecate constructing a `CollectionType` instance as a list that is not an array
* Deprecate the third `$asList` argument of `TypeFactoryTrait::iterable()`, use `TypeFactoryTrait::list()` instead
* Add type alias support in `TypeContext` and `StringTypeResolver`
* Add `IntRangeType` class to hold specific type details for `int` builtin types
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
* Add `IntRangeType` class to hold specific type details for `int` builtin types
* Add `IntRangeType` class that represents a range of integer values


7.2
---
Expand Down
Loading