modules/custom/deims_d6_migration/migration/DeimsContentOrganizationMigration.php

Summary

Maintainability
A
1 hr
Test Coverage

Method __construct has 38 lines of code (exceeds 25 allowed). Consider refactoring.
Open

  public function __construct($arguments) {
    parent::__construct($arguments);

    $this->connection = Database::getConnection('default', 'drupal6');

    Missing class doc comment
    Open

    class DeimsContentOrganizationMigration extends Migration {

    The closing brace for the class must have an empty line before it
    Open

    }

    Missing function doc comment
    Open

      public function __construct($arguments) {

    Expected 1 blank line after function; 0 found
    Open

      }

    There are no issues that match your filters.

    Category
    Status