mirror of
https://github.com/ramsey/uuid.git
synced 2026-06-25 17:45:35 +03:00
Address static analysis issues
This commit is contained in:
@@ -12,7 +12,7 @@ class RandomGeneratorFactoryTest extends TestCase
|
||||
{
|
||||
public function testFactoryReturnsRandomBytesGenerator(): void
|
||||
{
|
||||
$generator = (new RandomGeneratorFactory)->getGenerator();
|
||||
$generator = (new RandomGeneratorFactory())->getGenerator();
|
||||
|
||||
$this->assertInstanceOf(RandomBytesGenerator::class, $generator);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user