Passed
Push — master ( 189df2...9f8411 )
by Christian
01:46 queued 11s
created
src/Rules/Random.php 1 patch
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -19,6 +19,6 @@
 block discarded – undo
19 19
     protected function childCanBeSatisfied(RequestorInterface $requestor = null): bool
20 20
     {
21 21
         return ($this->randomizer->generateRangedRandomInt(1, 100)
22
-         === $this->randomizer->generateRangedRandomInt(1, 100));
22
+            === $this->randomizer->generateRangedRandomInt(1, 100));
23 23
     }
24 24
 }
Please login to merge, or discard this patch.