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
When i want to clone a Doctrine entity (containing sub entities), i get the error:
Cannot bind closure to scope of internal class ReflectionProperty
I am not sure, which is the source of the error. Can you tell me, if there are any restrictions, which might cause this error? Any known incompatibilities with Symfony (its container builder) and/or Doctrine? General compatibility seems to be, based on #39 .
The text was updated successfully, but these errors were encountered:
k00ni
changed the title
Problem when using Symfony 4 and Doctrine 2.7.x: Cannot bind closure to scope of internal class ReflectionProperty
Problem when using Symfony 4.4.x and Doctrine 2.7.x: Cannot bind closure to scope of internal class ReflectionProperty
Jan 21, 2020
When i want to clone a Doctrine entity (containing sub entities), i get the error:
I am not sure, which is the source of the error. Can you tell me, if there are any restrictions, which might cause this error? Any known incompatibilities with Symfony (its container builder) and/or Doctrine? General compatibility seems to be, based on #39 .
Reference to my comment on a (similar?) case in the Symfony issue tracker: symfony/symfony#24178 (comment)
The text was updated successfully, but these errors were encountered: