Ignore the "result unused" error in tests from the PHPStan config

This commit is contained in:
Ben Ramsey
2025-06-24 20:23:23 -05:00
committed by Ben Ramsey
parent 088b87356d
commit 4ca249e960
20 changed files with 7 additions and 32 deletions
@@ -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');
}