Details
-
Type:
Bug
-
Status:
Resolved
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: 2.1
-
Fix Version/s: 2.1
-
Component/s: None
-
Labels:None
Description
Say you have a class "Entity".
Then /** @Entity */ on a class in the same namespace will try to instantiate Entity.
We should avoid this by testing if Entity is a subclass of \Doctrine\Common\Annotations\Annotation
Fixed.