@@ -20,7 +20,7 @@ |
||
20 | 20 | |
21 | 21 | public function roll() |
22 | 22 | { |
23 | - if (! function_exists('random_int')) { |
|
23 | + if (!function_exists('random_int')) { |
|
24 | 24 | return mt_rand(1, $this->size); |
25 | 25 | } |
26 | 26 |