vendor and env first commit
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
<?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;
|
||||
}
|
||||
Reference in New Issue
Block a user