meyfa/php-svg

View on GitHub
src/Rasterization/Transform/Transform.php

Summary

Maintainability
A
0 mins
Test Coverage
A
92%

The class Transform has 11 public methods. Consider refactoring Transform to keep number of public methods under 10.
Wontfix

class Transform
{
    private array $matrix;

    /**

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

There are no issues that match your filters.

Category
Status