demos-europe / edt

Enables your PHP application to expose its entities as REST resources using the feature rich JSON:API specification as API. How and to whom your entities are exposed is highly customizable while minimizing boilerplate code.
MIT License
2 stars 1 forks source link

Handle (theoretical) endless loop in `TraitEvaluator` #149

Open joorei opened 3 months ago

joorei commented 3 months ago

Prevent an endless loop in the unlikely case that a trait references another trait, which references the original trait again (directly or indirectly).