@@ -19,6 +19,6 @@ |
||
| 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 | } |