Skip to content

Commit

Permalink
minor #58893 [TypeInfo] add BC breaking TypeInfo changes to upgrade f…
Browse files Browse the repository at this point in the history
…ile (xabbuh)

This PR was merged into the 7.2 branch.

Discussion
----------

[TypeInfo] add BC breaking TypeInfo changes to upgrade file

| Q             | A
| ------------- | ---
| Branch?       | 7.2
| Bug fix?      | no
| New feature?  | no
| Deprecations? | no
| Issues        |
| License       | MIT

Commits
-------

512f226e0b6 add BC breaking TypeInfo changes to upgrade file
  • Loading branch information
fabpot committed Nov 18, 2024
2 parents 4514bdf + 21d3d2a commit e0bfd95
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,9 @@ CHANGELOG
* Add `WrappingTypeInterface` and `CompositeTypeInterface` type interfaces
* Add `NullableType` type class
* Rename `Type::isA()` to `Type::isIdentifiedBy()` and `Type::is()` to `Type::isSatisfiedBy()`
* Remove `Type::getBaseType()`, `Type::asNonNullable()` and `Type::__call()` methods
* Remove `Type::__call()`
* Remove `Type::getBaseType()`, use `WrappingTypeInterface::getWrappedType()` instead
* Remove `Type::asNonNullable()`, use `NullableType::getWrappedType()` instead
* Remove `CompositeTypeTrait`
* Add `PhpDocAwareReflectionTypeResolver` resolver
* The type resolvers are not marked as `@internal` anymore
Expand Down

0 comments on commit e0bfd95

Please sign in to comment.