Hi,

Using Symfony's master branch, Doctrine's master branch, Doctrine Common's
3.0.x branch and Doctrine Dbal's master branch, I'm getting:

"[Semantical Error] The annotation "@private" in method
Proxies\StateModuleBundleEntityStateProxy::__load() was never imported"

I suppose this error is because of the new way annotations work. Looking at
the proxy, indeed it doesn't import any namespace. And it has something
like:

...
/** @private */
    public function __load()
    {
...

I'm using wrong branches? if that's so, which ones should I use?


Thanks!

-- 
If you want to report a vulnerability issue on symfony, please send it to 
security at symfony-project.com

You received this message because you are subscribed to the Google
Groups "symfony users" group.
To post to this group, send email to symfony-users@googlegroups.com
To unsubscribe from this group, send email to
symfony-users+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/symfony-users?hl=en

Reply via email to