for testing and deploying your application
for finding and fixing issues
for empowering human code reviews
<?php
namespace RayRutjes\GetEventStore\Util;
class InternalIterator implements \Iterator
{
use InternalIteratorTrait;
/**
* @param \Iterator $iterator
*/
final protected function __construct(\Iterator $iterator)
$this->iterator = $iterator;
}