File tree Expand file tree Collapse file tree 2 files changed +12
-1
lines changed
src/Symfony/Component/TypeInfo Expand file tree Collapse file tree 2 files changed +12
-1
lines changed Original file line number Diff line number Diff line change @@ -112,6 +112,15 @@ TwigBridge
112112
113113 * Deprecate passing a tag to the constructor of ` FormThemeNode `
114114
115+ TypeInfo
116+ --------
117+
118+ * Rename ` Type::isA() ` to ` Type::isIdentifiedBy() ` and ` Type::is() ` to ` Type::isSatisfiedBy() `
119+ * Remove ` Type::__call() `
120+ * Remove ` Type::getBaseType() ` , use ` WrappingTypeInterface::getWrappedType() ` instead
121+ * Remove ` Type::asNonNullable() ` , use ` NullableType::getWrappedType() ` instead
122+ * Remove ` CompositeTypeTrait `
123+
115124Webhook
116125-------
117126
Original file line number Diff line number Diff line change @@ -9,7 +9,9 @@ CHANGELOG
99 * Add ` WrappingTypeInterface ` and ` CompositeTypeInterface ` type interfaces
1010 * Add ` NullableType ` type class
1111 * Rename ` Type::isA() ` to ` Type::isIdentifiedBy() ` and ` Type::is() ` to ` Type::isSatisfiedBy() `
12- * Remove ` Type::getBaseType() ` , ` Type::asNonNullable() ` and ` Type::__call() ` methods
12+ * Remove ` Type::__call() `
13+ * Remove ` Type::getBaseType() ` , use ` WrappingTypeInterface::getWrappedType() ` instead
14+ * Remove ` Type::asNonNullable() ` , use ` NullableType::getWrappedType() ` instead
1315 * Remove ` CompositeTypeTrait `
1416 * Add ` PhpDocAwareReflectionTypeResolver ` resolver
1517 * The type resolvers are not marked as ` @internal ` anymore
You can’t perform that action at this time.
0 commit comments