for testing and deploying your application
for finding and fixing issues
for empowering human code reviews
<?php
namespace ButterAMQP\AMQP091\Framing;
/**
* @codeCoverageIgnore
*/
class Heartbeat extends Frame
{
* @return string
public function encode()
return "\x08".pack('n', $this->channel)."\x00\x00\x00\x00\xCE";
}