pulsarvp/vps-tools

View on GitHub
src/helpers/ImageHelper.php

Summary

Maintainability
A
1 hr
Test Coverage

Method cropSquare has 27 lines of code (exceeds 25 allowed). Consider refactoring.
Open

        public static function cropSquare ($file, $filepath, $cropBoxData = null)
        {

            if (!RemoteFileHelper::exists($file))
                return false;
Severity: Minor
Found in src/helpers/ImageHelper.php - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status