libreqr/vendor/endroid/qr-code/src/WritableInterface.php

8 lines
65 B
PHP

<?php
declare(strict_types=1);
interface WritableInterface
{
}