diff --git a/src/Generator/RandomLibAdapter.php b/src/Generator/RandomLibAdapter.php index 63fbf06..25b54a8 100644 --- a/src/Generator/RandomLibAdapter.php +++ b/src/Generator/RandomLibAdapter.php @@ -42,7 +42,7 @@ class RandomLibAdapter implements RandomGeneratorInterface { $this->generator = $generator; - if ($this->generator == null) { + if ($this->generator === null) { $factory = new Factory(); $this->generator = $factory->getMediumStrengthGenerator();