sfcod/jobqueue

View on GitHub
Queue/MongoQueue.php

Summary

Maintainability
A
3 hrs
Test Coverage

MongoQueue has 24 functions (exceeds 20 allowed). Consider refactoring.
Open

class MongoQueue extends Queue
{
    /**
     * Job resolver
     *
Severity: Minor
Found in Queue/MongoQueue.php - About 2 hrs to fix

    Method __construct has 6 arguments (exceeds 4 allowed). Consider refactoring.
    Open

            JobResolverInterface $resolver,
            MongoDriver $mongo,
            string $collection,
            string $queue = 'default',
            int $expire = 60,
    Severity: Minor
    Found in Queue/MongoQueue.php - About 45 mins to fix

      There are no issues that match your filters.

      Category
      Status