Closed nspyke closed 2 years ago
The class \Vich\UploaderBundle\Mapping\PropertyMapping has been marked as @internal but it is referenced as an argument in both namer interfaces
@internal
PHPStorm is now showing these types with a strike through and a warning.
I feel that anything that has been used in a public interface should not be marked as internal.
No longer marked as @internal
Thanks for reporting. Do you mind opening a PR?
Bug Report
Summary
The class \Vich\UploaderBundle\Mapping\PropertyMapping has been marked as
@internal
but it is referenced as an argument in both namer interfacesPHPStorm is now showing these types with a strike through and a warning.
I feel that anything that has been used in a public interface should not be marked as internal.
Expected behavior
No longer marked as
@internal