rsplithof/text-transformer

View on GitHub
src/TextTransformer/Strategy/Shuffle.php

Summary

Maintainability
A
1 hr
Test Coverage

Method transform has 27 lines of code (exceeds 25 allowed). Consider refactoring.
Open

    public function transform(Text $text): string
    {
        $text->setWordsByText($text->getText());

        $words = $text->getWords();
Severity: Minor
Found in src/TextTransformer/Strategy/Shuffle.php - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status