main
<?php /** * RTCKit\ESL\Response\CommandReply Class */ declare(strict_types = 1); namespace RTCKit\ESL\Response; class CommandReply extends \RTCKit\ESL\Response { public const CONTENT_TYPE = 'command/reply'; }