partkeepr/PartKeepr

View on GitHub
src/PartKeepr/SetupBundle/Controller/CacheWarmupSetupController.php

Summary

Maintainability
A
2 hrs
Test Coverage

Method intCacheWarmupAction has 62 lines of code (exceeds 25 allowed). Consider refactoring.
Open

    public function intCacheWarmupAction(Request $request)
    {
        if (!$this->ensureAuthKey($request)) {
            return $this->getAuthKeyErrorResponse();
        }
Severity: Major
Found in src/PartKeepr/SetupBundle/Controller/CacheWarmupSetupController.php - About 2 hrs to fix

    There are no issues that match your filters.

    Category
    Status