laravel/framework

View on GitHub
src/Illuminate/Queue/Queue.php

Summary

Maintainability
A
3 hrs
Test Coverage

Queue has 22 functions (exceeds 20 allowed). Consider refactoring.
Open

abstract class Queue
{
    use InteractsWithTime;

    /**
Severity: Minor
Found in src/Illuminate/Queue/Queue.php - About 2 hrs to fix

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

        protected function enqueueUsing($job, $payload, $queue, $delay, $callback)
    Severity: Minor
    Found in src/Illuminate/Queue/Queue.php - About 35 mins to fix

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

          protected function raiseJobQueuedEvent($queue, $jobId, $job, $payload, $delay)
      Severity: Minor
      Found in src/Illuminate/Queue/Queue.php - About 35 mins to fix

        There are no issues that match your filters.

        Category
        Status