goaop / goaop-symfony-bundle

[Outdated!] Integration bridge for Go! AOP framework and Symfony
55 stars 16 forks source link

Generator bundle - incompatibility #17

Open TheCelavi opened 7 years ago

TheCelavi commented 7 years ago

When using GoAop with https://github.com/symfony2admingenerator/GeneratorBundle exception gets thrown by GoAop complaining that it is impossible to find parent classes of autogenerated classes.

This is normal and expected. Can be managed with directories exclusion, or, we can handle that on same way as we handle classes that inherits other classes from, per example, PHARs.

Either way - known issue, ought to be documented.