Alexander Lisachenko
Alexander Lisachenko
> Don't think that that is viable option -> I do not know why, see our example, method foo() is copied from A to B, isn't weaving for A sufficient?...
> That will solve our problem when asking instance of class ProviderA for details about attached annotations. > Makes sense? Yes, have understood this issue. It definitely requires FQN for...
Actually, I don't like copy-pasting docBlocks for methods, but this is only possible way to keep some attached metadata. I like the idea to have `inheritdoc` on proxy docBlock to...
Mark this as `known-issue` for now. It's unlikely that it used by developers very often.
Hey, @mchekin, stop breaking the `laminas-code` API ) Your change has introduced a BC break in minor version and affected my framework.
Hi, I have an idea that this is due to the composer update. Could you please, show me an information about: 1) Version of PHP 2) Version of goaop/framework 3)...
Could you also show me the config for initialization, especially appDir, includePaths and excludePaths for your app. Maybe you just include vendor libraries too? Not only the src folder of...
I think that I should put a guard into the kernel that will throw an exception for this misconfiguration.
Hi, @RubieV! In the case when you want to apply AOP to vendor libraries as well, you should mark all framework dependencies as excluded to prevent analysis. Sorry, that I...