laravel/framework

View on GitHub
src/Illuminate/Mail/Mailables/Envelope.php

Summary

Maintainability
A
1 hr
Test Coverage

Method __construct has 9 arguments (exceeds 4 allowed). Consider refactoring.
Open

    public function __construct(Address|string|null $from = null, $to = [], $cc = [], $bcc = [], $replyTo = [], ?string $subject = null, array $tags = [], array $metadata = [], Closure|array $using = [])
Severity: Major
Found in src/Illuminate/Mail/Mailables/Envelope.php - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status