/
var
/
www
/
barefootlaw.org
/
will-generator
/
vendor
/
endroid
/
qr-code
/
src
/
Matrix
/
Upload File
HOME
<?php declare(strict_types=1); namespace Endroid\QrCode\Matrix; use Endroid\QrCode\QrCodeInterface; interface MatrixFactoryInterface { public function create(QrCodeInterface $qrCode): MatrixInterface; }