issues
search
nanch
/
phpfmt_stable
This is a stable snapshot (version 6125cf9) of the phpfmt plugin for Sublime Text
143
stars
34
forks
source link
Disable typezation C-style
#23
Open
higimo
opened
7 years ago
higimo
commented
7 years ago
Before: $num = (int) $str; After: $num = intval($str);
Before: $num = (int) $str; After: $num = intval($str);