Trying to simplify my entities. Doctrine entities. I have few SupperClasses in the system, so I was thinking "hey, php 8 attributes are language feature maybe it can be used and super class removed totally?". I see doctrine supports attributes.
So can doctrine entities be inherited if written with attributes instead of annotation and can php 8 attributes be inherited in classes that are not doctrine entities?