budde377/Part

View on GitHub
lib/util/file/ImageFileImpl.php

Summary

Maintainability
A
3 hrs
Test Coverage

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

class ImageFileImpl extends FileImpl implements ImageFile
{

    /** @var  Imagick */
    private $imagick;
Severity: Minor
Found in lib/util/file/ImageFileImpl.php - About 2 hrs to fix

Method crop has 5 arguments (exceeds 4 allowed). Consider refactoring.
Open

    public function crop($x, $y, $width, $height, $saveAsNewFile = false)
Severity: Minor
Found in lib/util/file/ImageFileImpl.php - About 35 mins to fix

There are no issues that match your filters.

Category
Status