Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork5.3k
[PropertyInfo] DeprecateType#20821
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
base:7.3
Are you sure you want to change the base?
Conversation
Uh oh!
There was an error while loading.Please reload this page.
Uh oh!
There was an error while loading.Please reload this page.
OskarStark commentedMar 25, 2025
friendly ping@mtarld |
Uh oh!
There was an error while loading.Please reload this page.
Uh oh!
There was an error while loading.Please reload this page.
| .. _`components-property-info-type-builtin`: | ||
| ``Type::getBuiltInType()`` |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others.Learn more.
All of these methods are kind of removed:
getBuiltinTypeis the same asgetTypeIdentifierofBuiltinTypeandObjectTypeisNullablestill existsgetClassNameonly exists onObjectTypeisCollectionis the equivalent of$type instanceof CollectionTypegetCollection[Key|Value]Typesis the same asgetCollection[Key|Value]TypeofCollectionType
TheType ofTypeInfo is really different from the one fromPropertyInfo, so I think we might rewrite that part completely.
Or maybe redirect to the doc related to TypeInfo'sType?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others.Learn more.
Thanks, I missed those differences.
Maybe we can remove this part fromPropertyInfo Type doc as the class is deprecated and updateTypeInfo doc with appropriate methods ?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others.Learn more.
I would also not mix the TypeInfo things into the doc of PropertyInfo
Co-authored-by: Oskar Stark <oskarstark@googlemail.com>Co-authored-by: Mathias Arlaud <mathias.arlaud@gmail.com>
| private $builtinType => string(6) "string" | ||
| private $nullable => bool(false) | ||
| private $class => NULL | ||
| private $collection => bool(false) | ||
| private $collectionKeyType => NULL | ||
| private $collectionValueType => NULL |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others.Learn more.
This is not what theType class (fromtype-info) contains.
Fixes#20799