You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I get this deprecation notice
Since symfony/property-info 5.3: The "Symfony\Component\PropertyInfo\Type::getCollectionKeyType()" method is deprecated, use "getCollectionKeyTypes()" instead.
The deprecated method is called in these files:
ObjectPropertyDescriber
The text was updated successfully, but these errors were encountered:
I have the same problem but with getCollectionVelueType():
Since symfony/property-info 5.3: The "Symfony\Component\PropertyInfo\Type::getCollectionValueType()" method is deprecated, use "getCollectionValueTypes()" instead
files called deprecated method ObjectPropertyDescriber / ArrayPropertyDescriber
I get this deprecation notice
Since symfony/property-info 5.3: The "Symfony\Component\PropertyInfo\Type::getCollectionKeyType()" method is deprecated, use "getCollectionKeyTypes()" instead.
The deprecated method is called in these files:
ObjectPropertyDescriber
The text was updated successfully, but these errors were encountered: