phpfmt_stable icon indicating copy to clipboard operation
phpfmt_stable copied to clipboard

Disable typezation C-style

Open higimo opened this issue 8 years ago • 0 comments

Before: $num = (int) $str; After: $num = intval($str);

higimo avatar Mar 17 '17 12:03 higimo