jakim/ig-monitoring

View on GitHub
components/services/TagUpdater.php

Summary

Maintainability
A
1 hr
Test Coverage

Method run has 34 lines of code (exceeds 25 allowed). Consider refactoring.
Open

    public function run()
    {
        $proxyManager = Yii::createObject(ProxyManager::class);
        $tagBuilder = Yii::createObject([
            'class' => TagBuilder::class,
Severity: Minor
Found in components/services/TagUpdater.php - About 1 hr to fix

There are no issues that match your filters.

Category
Status