Files
provider_imap/lib/Client/Protocol/Response/ResponseInterface.php
2026-05-08 00:16:43 -04:00

10 lines
154 B
PHP

<?php
declare(strict_types=1);
namespace KTXM\ProviderImap\Client\Protocol\Response;
interface ResponseInterface
{
public function raw(): string;
}