8 lines
70 B
PHP
8 lines
70 B
PHP
|
<?php
|
||
|
namespace Icinga\Protocol\Commandpipe;
|
||
|
|
||
|
interface IComment
|
||
|
{
|
||
|
|
||
|
}
|