shieldfy/normalizer

View on GitHub
src/Normalizers/NormalizeUTF7.php

Summary

Maintainability
A
1 hr
Test Coverage

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

    public function run()
    {
        if (! $this->runPreSearch()) {
            return $this->value;
        }
Severity: Minor
Found in src/Normalizers/NormalizeUTF7.php - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status