| Current Path : /var/www/www.indacotrentino.com/www/vendor/endroid/qr-code/src/Encoding/ |
| Current File : /var/www/www.indacotrentino.com/www/vendor/endroid/qr-code/src/Encoding/EncodingInterface.php |
<?php
declare(strict_types=1);
namespace Endroid\QrCode\Encoding;
interface EncodingInterface
{
public function __toString(): string;
}