sfcod/jobqueue

View on GitHub
Base/JobQueueInterface.php

Summary

Maintainability
A
1 hr
Test Coverage

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

    public function later($delay, string $job, array $data = [], string $queue = 'default', string $connection = 'default');
Severity: Minor
Found in Base/JobQueueInterface.php - About 35 mins to fix

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

        public function laterUnique($delay, string $job, array $data = [], string $queue = 'default', string $connection = 'default');
    Severity: Minor
    Found in Base/JobQueueInterface.php - About 35 mins to fix

      There are no issues that match your filters.

      Category
      Status