You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I saw this while trying to figure out doctrine/DoctrineBundle#848. In this case, the autoloader was called to load a proxy for a mapped superclass. Since the file didn't exist, the $notFoundCallback was called to generate a proxy class. However, the ProxyFactory in ORM will skip over mapped superclasses and didn't create a class, but neither threw an exception.