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
Discover repository class from #[Entity] attribute on PHP 8
By doing it like this, we don't need to instantiate the object manager at all.
Unfortunately, BetterReflection doesn't support attributes yet so therefore we need to use native `ReflectionClass`.
See phpstan/phpstan#5863 (reply in thread)
0 commit comments