How to convert symfony gedmo annotation to PHP 8 Attributes
I'm working on Symfony 6 PHP 8 project and i'm using gedmo doctrine extension . I can't find a full documentation about converting gedmo annotation to PHP 8 Attributes. I'm tring to convert like this : /** * @ORMColumn(type="string", length=255)…