VIPnytt/RobotsTxtParser

View on GitHub
src/UriClient.php

Summary

Maintainability
A
1 hr
Test Coverage
A
97%

Method request has 47 lines of code (exceeds 25 allowed). Consider refactoring.
Open

    private function request($options = [])
    {
        $curl = curl_init();
        $caPathOrFile = CaBundle::getSystemCaRootBundlePath();
        // Set default cURL options
Severity: Minor
Found in src/UriClient.php - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status