| Current Path : /srv/web/sites/trentinoplant.it/httpdocs/vendor/endroid/qr-code/src/Encoding/ |
| Current File : /srv/web/sites/trentinoplant.it/httpdocs/vendor/endroid/qr-code/src/Encoding/EncodingInterface.php |
<?php
declare(strict_types=1);
namespace Endroid\QrCode\Encoding;
interface EncodingInterface
{
public function __toString(): string;
}