Error with Doctrine ORM attribute after converting code from annotation
I am upgrading from PHP7 to PHP8, ran my doctrine entities through Rector to update the annotations to attributes. I’m getting the following error that I cannot get past:
Doctrine: Object of class X could not be converted to string
I am currently building a package for ConcreteCMS to give users an access to an invoice list.