budde377/Part

View on GitHub
lib/controller/ajax/type_handler/ImageFileTypeHandlerImpl.php

Summary

Maintainability
A
1 hr
Test Coverage

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

    function __construct(BackendSingletonContainer $container, ImageFile $file)
    {
        $this->container = $container;
        parent::__construct($container, $file);
        $this->whitelistType('ImageFile');
Severity: Minor
Found in lib/controller/ajax/type_handler/ImageFileTypeHandlerImpl.php - About 1 hr to fix

There are no issues that match your filters.

Category
Status