mirror of
https://github.com/chillerlan/php-qrcode.git
synced 2026-08-28 11:07:25 +00:00
:octocat:
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user