qrcode.chapril.org-libreqr/vendor/endroid/qr-code/src/ErrorCorrectionLevel/ErrorCorrectionLevelQuartile.php

10 lines
167 B
PHP

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