:octocat:

This commit is contained in:
smiley
2026-03-18 19:15:48 +01:00
parent 9b765aee90
commit dcf71d6d5b
5 changed files with 98 additions and 19 deletions
-1
View File
@@ -47,7 +47,6 @@ final class QROptionsTest extends TestCase{
$o = new QROptions(['eccLevel' => EccLevel::H]);
$this::assertSame(EccLevel::H, $o->eccLevel);
/** @phpstan-ignore-next-line */
$o->eccLevel = 'q';
$this::assertSame(EccLevel::Q, $o->eccLevel);