trzczy/codeTeaser

View on GitHub
src/CodeTeaser.php

Summary

Maintainability
A
2 hrs
Test Coverage

Method build has 53 lines of code (exceeds 25 allowed). Consider refactoring.
Open

    final public function build($targetLength = 50, $content)
    {
        $content = $this->replaceBracketsByParenthesis($content);
        $loop = 3;
        $wordLoop = 0;
Severity: Major
Found in src/CodeTeaser.php - About 2 hrs to fix

    There are no issues that match your filters.

    Category
    Status