phpfmt_stable
phpfmt_stable copied to clipboard
Disable typezation C-style
Before: $num = (int) $str; After: $num = intval($str);