nodes-php/assets

View on GitHub
src/Upload/AbstractUploadProvider.php

Summary

Maintainability
A
1 hr
Test Coverage

Method addFromUrl has 28 lines of code (exceeds 25 allowed). Consider refactoring.
Open

    public function addFromUrl($url, $folder, Settings $settings)
    {
        // Stream file from URL
        $streamContextOptions = [
            'ssl' => [
Severity: Minor
Found in src/Upload/AbstractUploadProvider.php - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status