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
112
112
113
113
* Deprecate passing a tag to the constructor of ` FormThemeNode `
114
114
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
+
115
124
Webhook
116
125
-------
117
126
Original file line number Diff line number Diff line change @@ -9,7 +9,9 @@ CHANGELOG
9
9
* Add ` WrappingTypeInterface ` and ` CompositeTypeInterface ` type interfaces
10
10
* Add ` NullableType ` type class
11
11
* 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
13
15
* Remove ` CompositeTypeTrait `
14
16
* Add ` PhpDocAwareReflectionTypeResolver ` resolver
15
17
* The type resolvers are not marked as ` @internal ` anymore
You can’t perform that action at this time.
0 commit comments