Your IP : 216.73.216.158


Current Path : /home/rtorresani/www/vendor/endroid/qr-code/src/Writer/
Upload File :
Current File : //home/rtorresani/www/vendor/endroid/qr-code/src/Writer/ValidatingWriterInterface.php

<?php

declare(strict_types=1);

namespace Endroid\QrCode\Writer;

use Endroid\QrCode\Writer\Result\ResultInterface;

interface ValidatingWriterInterface
{
    public function validateResult(ResultInterface $result, string $expectedData): void;
}