libreqr/vendor/endroid/qr-code/src/ErrorCorrectionLevel/ErrorCorrectionLevelHigh.php

10 lines
163 B
PHP

<?php
declare(strict_types=1);
namespace Endroid\QrCode\ErrorCorrectionLevel;
final class ErrorCorrectionLevelHigh implements ErrorCorrectionLevelInterface
{
}