yiicod/yii2-jobqueue

View on GitHub
JobQueue.php

Summary

Maintainability
A
1 hr
Test Coverage

Method later has 5 arguments (exceeds 4 allowed). Consider refactoring.
Open

    public static function later($delay, $job, $data = '', $queue = null, $connection = null)
Severity: Minor
Found in JobQueue.php - About 35 mins to fix

    Method laterUnique has 5 arguments (exceeds 4 allowed). Consider refactoring.
    Open

        public static function laterUnique($delay, $job, $data = '', $queue = null, $connection = null)
    Severity: Minor
    Found in JobQueue.php - About 35 mins to fix

      There are no issues that match your filters.

      Category
      Status