New issue 23 by jeffreiffers: Unknown class passed as parameter in
is_subclass
http://code.google.com/p/addendum/issues/detail?id=23
What steps will reproduce the problem?
1. Set Ignore annotations
2. Instantiate ReflectionAnnotatedClass with Doctrine2 Entity
3.
What is the expected output? What do you see instead?
Expected to find extra annotations other then Doctrine2 Annotations.
What version of the product are you using? On what operating system?
Latest
Please provide any additional information below.
Put the ignore check before the is_subclass in the annotationsbuilder class
to fix this:
!Addendum::ignores($class) && is_subclass_of($class, 'Annotation')
Used version is 0.4.0