SU-SWS/stanford_profile_helper

View on GitHub
modules/jumpstart_ui/src/Layouts/JumpstartUiLayouts.php

Summary

Maintainability
A
1 hr
Test Coverage
A
100%

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

  public function buildConfigurationForm(array $form, FormStateInterface $form_state) {
    $form = parent::buildConfigurationForm($form, $form_state);

    // Extra CSS classes.
    $form['extra_classes'] = [
Severity: Minor
Found in modules/jumpstart_ui/src/Layouts/JumpstartUiLayouts.php - About 1 hr to fix

    Doc comment short description must start with a capital letter
    Open

       * {@inheritDoc}

    Doc comment short description must start with a capital letter
    Open

       * {@inheritDoc}

    Doc comment short description must end with a full stop
    Open

       * {@inheritDoc}

    Doc comment short description must start with a capital letter
    Open

       * {@inheritDoc}

    Doc comment short description must end with a full stop
    Open

       * {@inheritDoc}

    Doc comment short description must end with a full stop
    Open

       * {@inheritDoc}

    There are no issues that match your filters.

    Category
    Status