Compolomus/Compomage

View on GitHub
src/AbstractImage.php

Summary

Maintainability
A
2 hrs
Test Coverage

AbstractImage has 25 functions (exceeds 20 allowed). Consider refactoring.
Open

abstract class AbstractImage implements ImageInterface
{
    protected const POSITIONS = [
        'NORTHWEST' => ['x' => 0, 'y' => 0, 'padX' => 10, 'padY' => 10],
        'NORTH' => ['x' => 1, 'y' => 0, 'padX' => 0, 'padY' => 10],
Severity: Minor
Found in src/AbstractImage.php - About 2 hrs to fix

    There are no issues that match your filters.

    Category
    Status