welovewordpress / SublimePhpTidy

Plugin for Sublime Text 2 to format PHP code to meet the WordPress Coding Standards using a modified version of phptidy
GNU General Public License v2.0
109 stars 30 forks source link

.phptidy-cache litter #10

Open DanielSmedegaardBuus opened 11 years ago

DanielSmedegaardBuus commented 11 years ago

Hi :)

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

Would be nice if it didn't :)

DanielSmedegaardBuus commented 11 years ago

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