Ok. I'll try it now.
Thanks a lot! 2011/6/8 Christophe COEVOET <[email protected]> > Le 08/06/2011 20:43, Gustavo Adrian a écrit : > > 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! >> >> Update your Doctrine Common vendor. This is fixed. > > -- > Christophe | Stof > > -- > 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 [email protected] > To unsubscribe from this group, send email to > [email protected] > For more options, visit this group at > http://groups.google.com/group/symfony-users?hl=en > -- 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 [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/symfony-users?hl=en
