gocodebox/lifterlms

View on GitHub
includes/notifications/processors/class.llms.notification.processor.email.php

Summary

Maintainability
A
1 hr
Test Coverage
D
66%

Method task has 29 lines of code (exceeds 25 allowed). Consider refactoring.
Open

    protected function task( $notification_id ) {

        $this->log( sprintf( 'sending email notification ID #%d', $notification_id ) );
        try {

    There are no issues that match your filters.

    Category
    Status