brainworxx/kreXX-TYPO3-Extension

View on GitHub
Resources/Private/krexx/src/Service/Plugin/Registration.php

Summary

Maintainability
A
1 hr
Test Coverage
A
98%

Method deactivatePlugin has 26 lines of code (exceeds 25 allowed). Consider refactoring.
Open

    public static function deactivatePlugin(string $configClass): void
    {
        if (empty(static::$plugins[$configClass][static::IS_ACTIVE])) {
            // We will not purge everything for an already deactivated plugin.
            return;
Severity: Minor
Found in Resources/Private/krexx/src/Service/Plugin/Registration.php - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status