@@ -53,7 +53,7 @@ |
||
53 | 53 | public function count(): int |
54 | 54 | { |
55 | 55 | if (null === $this->count) { |
56 | - $this->count = array_sum(array_map(function ($set) { |
|
56 | + $this->count = array_sum(array_map(function($set) { |
|
57 | 57 | return count(combinations($set)); |
58 | 58 | }, iterator_to_array($this->generateSets()))); |
59 | 59 | } |