shieldfy/normalizer

View on GitHub
src/Normalizers/NormalizeConcatenated.php

Summary

Maintainability
A
1 hr
Test Coverage

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

    public function run()
    {
        //normalize remaining backslashes
        if ($this->value != preg_replace('/(\w)\\\/', '$1', $this->value)) {
            $this->value .= preg_replace('/(\w)\\\/', '$1', $this->value);
Severity: Minor
Found in src/Normalizers/NormalizeConcatenated.php - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status