mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-04-08 17:15:08 +02:00
14 lines
198 B
PHP
14 lines
198 B
PHP
<?php
|
|
// {{{ICINGA_LICENSE_HEADER}}}
|
|
// {{{ICINGA_LICENSE_HEADER}}}
|
|
|
|
namespace Icinga\Protocol\Commandpipe;
|
|
|
|
/**
|
|
* Class IComment
|
|
* @package Icinga\Protocol\Commandpipe
|
|
*/
|
|
interface IComment
|
|
{
|
|
}
|