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:
@@ -75,7 +75,6 @@ class TimestampFirstCombCodecTest extends TestCase
|
||||
'node' => '0800200c9a66',
|
||||
]))
|
||||
);
|
||||
/** @phpstan-ignore method.resultUnused */
|
||||
$this->codec->decode('0800200c-9a66-11e1-9b21-ff6f8cb0c57d');
|
||||
}
|
||||
|
||||
|
||||
@@ -78,7 +78,6 @@ class TimestampLastCombCodecTest extends TestCase
|
||||
'node' => 'ff6f8cb0c57d',
|
||||
]))
|
||||
);
|
||||
/** @phpstan-ignore method.resultUnused */
|
||||
$this->codec->decode('0800200c-9a66-11e1-9b21-ff6f8cb0c57d');
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user