plugins/email/classes/mail/yf_mail_log.class.php

Summary

Maintainability
A
1 hr
Test Coverage

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

    public function save(array $params = [])
    {
        // Try to get user error message source
        $backtrace = debug_backtrace();
        $cur_trace = $backtrace[2];
Severity: Minor
Found in plugins/email/classes/mail/yf_mail_log.class.php - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status