for testing and deploying your application
for finding and fixing issues
for empowering human code reviews
<?php
declare(strict_types=1);
namespace Usox\HyperSonic\FeatureSet\V1161\Responder;
use AaronDDM\XMLBuilder\XMLArray;
use Usox\HyperSonic\Response\FormattedResponderInterface;
/**
* Responder for the `ping` method
*/
final class PingResponder implements FormattedResponderInterface
{
public function writeXml(XMLArray $XMLArray): void
}
public function writeJson(array &$root): void
public function isBinaryResponder(): bool
return false;