mirror of
https://github.com/ramsey/uuid.git
synced 2026-06-26 17:46:38 +03:00
Ignore the "result unused" error in tests from the PHPStan config
This commit is contained in:
@@ -73,7 +73,6 @@ final class UuidGenerationBench
|
||||
|
||||
public function benchUuid3Generation(): void
|
||||
{
|
||||
/** @phpstan-ignore staticMethod.resultUnused */
|
||||
Uuid::uuid3($this->namespace, 'name');
|
||||
}
|
||||
|
||||
@@ -84,7 +83,6 @@ final class UuidGenerationBench
|
||||
|
||||
public function benchUuid5Generation(): void
|
||||
{
|
||||
/** @phpstan-ignore staticMethod.resultUnused */
|
||||
Uuid::uuid5($this->namespace, 'name');
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user