for testing and deploying your application
for finding and fixing issues
for empowering human code reviews
<?php
namespace Rs\VersionEye\Output;
use Symfony\Component\Console\Output\OutputInterface;
/**
* Services.
*
* @author Robert Schönthal <[email protected]>
*/
class Services extends BaseOutput
{
* output for the ping api.
* @param OutputInterface $output
* @param array $response
public function ping(OutputInterface $output, array $response)
$this->printMessage($output, $response);
}