@@ -9,7 +9,7 @@ |
||
| 9 | 9 | class Roulete { |
| 10 | 10 | |
| 11 | 11 | protected static function get($items) { |
| 12 | - if(is_array($items)) |
|
| 12 | + if (is_array($items)) |
|
| 13 | 13 | { |
| 14 | 14 | $max = 0; |
| 15 | 15 | foreach ($items as $key => $value) { |