symfony-doge/veslo

View on GitHub
src/AppBundle/Workflow/Vacancy/Research/Conveyor.php

Summary

Maintainability
A
1 hr
Test Coverage

Method distribute has 26 lines of code (exceeds 25 allowed). Consider refactoring.
Open

    private function distribute(Payload $payload, array $queueNames): void
    {
        $this->ensureConnection();

        $channel = $this->amqpClient->channel();
Severity: Minor
Found in src/AppBundle/Workflow/Vacancy/Research/Conveyor.php - About 1 hr to fix

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

            LoggerInterface $logger,
            Workflow $workflow,
            Serializer $serializer,
            Client $amqpClient,
            string $queuePrefix
    Severity: Minor
    Found in src/AppBundle/Workflow/Vacancy/Research/Conveyor.php - About 35 mins to fix

      There are no issues that match your filters.

      Category
      Status