nette / tracy

😎 Tracy: the addictive tool to ease debugging PHP code for cool developers. Friendly design, logging, profiler, advanced features like debugging AJAX calls or CLI support. You will love it.
https://tracy.nette.org
Other
1.76k stars 218 forks source link

clone Ds\Collection #561

Closed enumag closed 1 year ago

enumag commented 1 year ago

Fixes https://github.com/nette/tracy/issues/560

dg commented 1 year ago

Can you add a test?

enumag commented 1 year ago

@dg Test added. I also checked that the test fails without the clone. It does.

dg commented 1 year ago

Thanks