zenstruck / foundry

A model factory library for creating expressive, auto-completable, on-demand dev/test fixtures with Symfony and Doctrine.
https://symfony.com/bundles/ZenstruckFoundryBundle/current/index.html
MIT License
609 stars 63 forks source link

[2.0] No autocompletion for Proxy objects #656

Open simondaigre opened 4 days ago

simondaigre commented 4 days ago

With 2.0, I don't have autocompletion for Proxy methods (_real, etc ...) on proxied objects.

Using this Phpdoc :

/**
 * @extends PersistentProxyObjectFactory<User>
 */