fapi-cz/http-client

View on GitHub
src/Fapi/HttpClient/MockHttpClient.php

Summary

Maintainability
A
1 hr
Test Coverage

Method isMatching has 30 lines of code (exceeds 25 allowed). Consider refactoring.
Open

    public static function isMatching(string $pattern, string $actual, bool $strict = false): bool
    {
        $old = ini_set('pcre.backtrack_limit', '10000000');

        if (!self::isPcre($pattern)) {
Severity: Minor
Found in src/Fapi/HttpClient/MockHttpClient.php - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status