Passed
Push — master ( 9cbc3a...056fa5 )
by Smoren
02:15
created
src/MultisetIterableImplementation.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -31,7 +31,7 @@
 block discarded – undo
31 31
                     continue;
32 32
                 }
33 33
 
34
-                $usageMap->addUsage($value, (string)$owner);
34
+                $usageMap->addUsage($value, (string) $owner);
35 35
 
36 36
                 if ($usageMap->getOwnersCount($value) === $m) {
37 37
                     yield $value;
Please login to merge, or discard this patch.