for testing and deploying your application
for finding and fixing issues
for empowering human code reviews
<?php
/*
* This file is automatically generated.
*/
namespace ButterAMQP\AMQP091\Framing\Method;
use ButterAMQP\AMQP091\Framing\Frame;
/**
* Confirm the requested qos.
*
* @codeCoverageIgnore
class BasicQosOk extends Frame
{
* @return string
public function encode()
return "\x01".pack('n', $this->channel)."\x00\x00\x00\x04\x00\x3C\x00\x0B\xCE";
}