nanch / phpfmt_stable

This is a stable snapshot (version 6125cf9) of the phpfmt plugin for Sublime Text
143 stars 34 forks source link

define private constant #51

Open juvenrui opened 6 years ago

juvenrui commented 6 years ago

PHP 7.2,define private constant:

private const TIMEOUT = 0; private const ISPUSH = false;

After conversion,result: constTIMEOUT=0;constISPUSH=false;