Antevenio/pdo-mysql-select-iterator

View on GitHub
src/LimitIterator.php

Summary

Maintainability
A
3 hrs
Test Coverage

LimitIterator has 28 functions (exceeds 20 allowed). Consider refactoring.
Open

class LimitIterator implements \Iterator, Iterator
{
    const BLOCK_SIZE = 1000;

    const _NOT_COUNTING = 0;
Severity: Minor
Found in src/LimitIterator.php - About 3 hrs to fix

    There are no issues that match your filters.

    Category
    Status