%PDF- %PDF-
| Direktori : /home/graphicd/public_html/vebto/vendor/roave/signature/src/ |
| Current File : /home/graphicd/public_html/vebto/vendor/roave/signature/src/SignerInterface.php |
<?php
declare(strict_types=1);
namespace Roave\Signature;
interface SignerInterface
{
public function sign(string $phpCode): string;
}