jfx/ci-report

View on GitHub
src/Service/RefreshService.php

Summary

Maintainability
A
1 hr
Test Coverage

Method refreshCampaign has 30 lines of code (exceeds 25 allowed). Consider refactoring.
Open

    public function refreshCampaign(Campaign $campaign, bool $all = false): void
    {
        $repository = $this->doctrine->getRepository(Suite::class);
        $suites = $repository->findSuitesByCampaign($campaign);

Severity: Minor
Found in src/Service/RefreshService.php - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status