generated from Nodarx/template
10 lines
147 B
PHP
10 lines
147 B
PHP
<?php
|
|
|
|
declare(strict_types=1);
|
|
|
|
namespace Gricob\IMAP\Protocol\Command\Argument;
|
|
|
|
interface Argument
|
|
{
|
|
public function __toString(): string;
|
|
} |