GetDKAN/dkan

View on GitHub
modules/harvest/src/Entity/HarvestRun.php

Summary

Maintainability
A
0 mins
Test Coverage
A
95%

Method baseFieldDefinitions has 51 lines of code (exceeds 25 allowed). Consider refactoring.
Wontfix

  public static function baseFieldDefinitions(EntityTypeInterface $entity_type) {
    $base_fields = parent::baseFieldDefinitions($entity_type);

    // The id is the unique ID for the harvest run, and also the timestamp at
    // which the run occurred, generated by time().
Severity: Major
Found in modules/harvest/src/Entity/HarvestRun.php - About 2 hrs to fix

    There are no issues that match your filters.

    Category
    Status