Passed
Pull Request — master (#7)
by BENOIT
09:29 queued 06:42
created
src/StringCombinations.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -53,7 +53,7 @@
 block discarded – undo
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
         }
Please login to merge, or discard this patch.