thunderer/Shortcode

View on GitHub
src/Processor/Processor.php

Summary

Maintainability
A
1 hr
Test Coverage

Method processIteration has 29 lines of code (exceeds 25 allowed). Consider refactoring.
Open

    private function processIteration($text, ProcessorContext $context, ProcessedShortcode $parent = null)
    {
        if (null !== $this->recursionDepth && $context->recursionLevel > $this->recursionDepth) {
            return $text;
        }
Severity: Minor
Found in src/Processor/Processor.php - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status