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:
@@ -56,7 +56,6 @@ class GuidStringCodecTest extends TestCase
|
||||
->method('getFields')
|
||||
->willReturn($this->fields);
|
||||
$codec = new GuidStringCodec($this->builder);
|
||||
/** @phpstan-ignore method.resultUnused */
|
||||
$codec->encode($this->uuid);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user