squirrelphp/strings

View on GitHub
src/Regex.php

Summary

Maintainability
A
1 hr
Test Coverage
A
100%

Method replaceArrayWithCallback has 5 arguments (exceeds 4 allowed). Consider refactoring.
Open

        string|array $pattern,
        callable $callback,
        array $subject,
        int $limit = -1,
        int $flags = 0,
Severity: Minor
Found in src/Regex.php - About 35 mins to fix

    Method replaceWithCallback has 5 arguments (exceeds 4 allowed). Consider refactoring.
    Open

            string|array $pattern,
            callable $callback,
            string $subject,
            int $limit = -1,
            int $flags = 0,
    Severity: Minor
    Found in src/Regex.php - About 35 mins to fix

      There are no issues that match your filters.

      Category
      Status