KnpLabs / DoctrineBehaviors

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

Fix return type for getTree & buildTree #698

Open raziel057 opened 2 years ago

raziel057 commented 2 years ago

Both methods return the root node (TreeNodeInterface), not an array of nodes.