Showing 1 of 1 total issue
LimitIterator
has 28 functions (exceeds 20 allowed). Consider refactoring. Open
Open
class LimitIterator implements \Iterator, Iterator
{
const BLOCK_SIZE = 1000;
const _NOT_COUNTING = 0;