for testing and deploying your application
for finding and fixing issues
for empowering human code reviews
<?php
namespace Manticoresearch\Results;
use Manticoresearch\ResultSet;
class PercolateResultSet extends ResultSet
{
public function current()
return new PercolateResultHit($this->array[$this->position]);
}