Skip to content

Commit e68119f

Browse files
milwad-devgithub-actions[bot]
authored andcommitted
Fix styling
1 parent 66b16e6 commit e68119f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/Rules/ValidOddNumber.php

+1
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ public function passes($attribute, $value): bool
2828
if (extension_loaded('gmp')) {
2929
return gmp_cmp(gmp_mod($number, '2'), '0') !== 0;
3030
}
31+
3132
return $number % 2 !== 0;
3233
}
3334

0 commit comments

Comments
 (0)