gocodebox/lifterlms

View on GitHub
includes/abstracts/llms-abstract-processor-user-engagement-sync.php

Summary

Maintainability
A
3 hrs
Test Coverage
A
92%

Method schedule_sync has 45 lines of code (exceeds 25 allowed). Consider refactoring.
Open

    public function schedule_sync( $engagement_template_id ) {

        $this->log(
            sprintf(
                'awarded %1$ss bulk sync for the %1$s template %2$s (#%3$d)',
Severity: Minor
Found in includes/abstracts/llms-abstract-processor-user-engagement-sync.php - About 1 hr to fix

    Method dispatch_sync has 34 lines of code (exceeds 25 allowed). Consider refactoring.
    Open

        public function dispatch_sync( $engagement_template_id ) {
    
            $this->log(
                sprintf(
                    'awarded %1$ss bulk sync dispatched for the %1$s template %2$s (#%3$d)',
    Severity: Minor
    Found in includes/abstracts/llms-abstract-processor-user-engagement-sync.php - About 1 hr to fix

      There are no issues that match your filters.

      Category
      Status