for testing and deploying your application
for finding and fixing issues
for empowering human code reviews
<?php
/**
* @author Jean Silva <[email protected]>
* @license MIT
*/
namespace Jeancsil\FlightSpy\History\ElasticSearch;
class DummyProcessor implements Processor
{
public function process(array $data)
return $data;
}