Avoid variables with short names like $n. Configured minimum length is 3.
Short variable names may make your code harder to understand. Variable names should
be self-descriptive. This check looks for variable names who are shorter than
a configured minimum.
Loading history...
113
$i = 2;
114
115
if (10 < $number) {
116
if (in_array(substr($number, -1 ), array(0, 2, 4, 6, 8))) {