cattr-app/server-application

View on GitHub
database/migrations/2020_03_24_064952_add_project_source.php

Summary

Maintainability
A
1 hr
Test Coverage

Method updateProjectSource has 32 lines of code (exceeds 25 allowed). Consider refactoring.
Open

    protected function updateProjectSource()
    {
        $projectIds = DB::table(Property::getTableName())
            ->select('entity_id')
            ->where('entity_type', '=', Property::PROJECT_CODE)
Severity: Minor
Found in database/migrations/2020_03_24_064952_add_project_source.php - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status