MaxGoryunov/saving-iterator

View on GitHub

Showing 1 of 1 total issue

The class SafeArrayIterator has 13 public methods. Consider refactoring SafeArrayIterator to keep number of public methods under 10.
Open

final class SafeArrayIterator implements ArrayAccess, Countable, Iterator
{

    /**
     * Ctor.
Severity: Minor
Found in src/SafeArrayIterator.php by phpmd

TooManyPublicMethods

Since: 0.1

A class with too many public methods is probably a good suspect for refactoring, in order to reduce its complexity and find a way to have more fine grained objects.

By default it ignores methods starting with 'get' or 'set'.

Example

Source https://phpmd.org/rules/codesize.html#toomanypublicmethods

Severity
Category
Status
Source
Language