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
With Doctrine ORM 3.4.0 now supporting native Lazy Objects introduced in PHP 8.4 there is no need for the EntityNotFinalRule anymore (introduced in #202)
When using Symfony, one needs to enable enable_native_lazy_objects on the Doctrine ORM configuration.
Would it be an idea to introduce a parameter that has a default value set to true, to toggle this rule?
That way, people can disable the rule.
Maybe when the feature is enabled by default in a next version of Doctrine, the rule can be removed completely. Or disabled by default, in a next major of this extension.