vendor and env first commit
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
<?php
|
||||
|
||||
declare(strict_types=1);
|
||||
|
||||
namespace Endroid\QrCode\Matrix;
|
||||
|
||||
use Endroid\QrCode\QrCodeInterface;
|
||||
|
||||
interface MatrixFactoryInterface
|
||||
{
|
||||
public function create(QrCodeInterface $qrCode): MatrixInterface;
|
||||
}
|
||||
Reference in New Issue
Block a user