welovewordpress / SublimePhpTidy

Plugin for Sublime Text 2 to format PHP code to meet the WordPress Coding Standards using a modified version of phptidy

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

.phptidy-cache litter

DanielSmedegaardBuus opened this issue · comments

Hi :)

Running PhpTidy will leave small .phptidy-cache files lying around.

Would be nice if it didn't :)

A quick fix would be to change define('CACHEFILE', "./.phptidy-cache"); to define('CACHEFILE', sys_get_temp_dir().".phptidy-cache");