t-regx/T-Regx

View on GitHub
src/CleanRegex/Internal/Match/Details/MatchDetail.php

Summary

Maintainability
A
1 hr
Test Coverage

MatchDetail has 22 functions (exceeds 20 allowed). Consider refactoring.
Invalid

class MatchDetail implements Detail
{
    /** @var DetailScalars */
    private $scalars;
    /** @var SubjectCoordinate */
Severity: Minor
Found in src/CleanRegex/Internal/Match/Details/MatchDetail.php - About 2 hrs to fix

    Method __construct has 8 arguments (exceeds 4 allowed). Consider refactoring.
    Confirmed

            Subject            $subject,
            int                $index,
            GroupAware         $groupAware,
            Entry              $matchEntry,
            UsedForGroup       $usedForGroup,
    Severity: Major
    Found in src/CleanRegex/Internal/Match/Details/MatchDetail.php - About 1 hr to fix

      There are no issues that match your filters.

      Category
      Status