KnpLabs / DoctrineBehaviors

Doctrine2 behavior traits that help handling Blameable, Loggable, Sluggable, SoftDeletable, Uuidable, Timestampable, Translatable, Tree behavior
http://knplabs.com
MIT License
911 stars 286 forks source link

Fix dynamically declared property deprecation in TreeNodeMethodsTrait #764

Open tobias-93 opened 1 month ago

tobias-93 commented 1 month ago

The property is only set but never retrieved, so the assignment can be safely removed.