Tree icon indicating copy to clipboard operation
Tree copied to clipboard

A basic but flexible tree data structure for php and a fluent tree builder implementation.

Results 12 Tree issues
Sort by recently updated
recently updated
newest added

This pull request - [x] adds return type declarations

bug

Please fix me if I am wrong, but I believe for the cases when we have really big children nodes in the `$children` array property, the code might be crashed...