mirror of
https://github.com/ramsey/uuid.git
synced 2026-06-14 15:56:48 +03:00
Ignore the "result unused" error in tests from the PHPStan config
This commit is contained in:
@@ -38,7 +38,6 @@ final class GuidConversionBench
|
||||
|
||||
public function benchStringConversionOfGuid(): void
|
||||
{
|
||||
/** @phpstan-ignore method.resultUnused */
|
||||
$this->uuid->toString();
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user