yiisoft / yii2-debug

Debug Extension for Yii 2
http://www.yiiframework.com
BSD 3-Clause "New" or "Revised" License
202 stars 150 forks source link

Fix #325: remove obsoleted files #419

Closed zhukovra closed 4 years ago

zhukovra commented 4 years ago
Q A
Is bugfix? ✔️
New feature?
Breaks BC?
Tests pass? ✔️
Fixed issues #325
zhukovra commented 4 years ago

@samdark cleanup() call inside if (count($manifest) > $this->module->historySize + 10) block. So when gc is really run - then we clean stalled files.

samdark commented 4 years ago

Great. Would you please add a line for changelog?

zhukovra commented 4 years ago

@samdark done

samdark commented 4 years ago

Merged. Thank you!