modxcms/revolution

View on GitHub
core/model/aws/lib/cachecore/cachepdo.class.php

Summary

Maintainability
A
1 hr
Test Coverage

Method __construct has 28 lines of code (exceeds 25 allowed). Consider refactoring.
Open

    public function __construct($name, $location, $expires, $gzip = true)
    {
        // Make sure the name is no longer than 40 characters.
        $name = sha1($name);

Severity: Minor
Found in core/model/aws/lib/cachecore/cachepdo.class.php - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status